Static export official example #1955
Unanswered
HasanMothaffar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello Hasan, I found this repo that implements Next.js App Router with static exports ( It provides a complete example with proper folder structure and shows the exact output after build. This might be what you're looking for since the official docs don't have a comprehensive static export example. Hope it helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an official example of Next.js App Router with
output: export
?The docs do not contain enough information about this matter. The main focus in the docs is on using
middleware
, and there are some warnings and notes on static exports spread in random sections, but it would be really helpful if we can have a full example, from A-Z and maybe a section dedicated to static exports that contains all the required information.Beta Was this translation helpful? Give feedback.
All reactions