Skip to content

Does this create standalone static (html+js, no server side) builds that can be deployed on IPFS? #873

Discussion options

You must be logged in to vote

Hey yes! It should most likely the steps to create an static export is:

  1. add output: 'export' in packages/nextjs/next.config.js
  2. cd packages/nexjts and then run yarn build
    This will give you an static build of NextJs which you can most likely host on ipfs

Adding some reference:

  1. https://nextjs.org/docs/app/building-your-application/deploying/static-exports#configuration
  2. #785

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cryptotester
Comment options

@technophile-04
Comment options

Answer selected by cryptotester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants