Does this create standalone static (html+js, no server side) builds that can be deployed on IPFS? #873
Answered
by
technophile-04
cryptotester
asked this question in
Q&A
-
Does this create standalone static (html+js, no server side) builds that can be deployed on IPFS? I need a system to generate a minimalist dapp that I could host on IPFS, that's why I was asking. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
technophile-04
Jun 26, 2024
Replies: 1 comment 2 replies
-
Hey yes! It should most likely the steps to create an static export is:
Adding some reference: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cryptotester
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey yes! It should most likely the steps to create an static export is:
output: 'export'
inpackages/nextjs/next.config.js
cd packages/nexjts
and then runyarn build
This will give you an static build of NextJs which you can most likely host on ipfs
Adding some reference: