Will it work with full static export mode?
See original GitHub issueI am curious whether or not this will work with https://github.com/nuxt/nuxt.js/pull/6159 also described here https://www.notion.so/nuxt/Going-Full-Static-0633ab06d3d34d479947694d457a4817
I guess it would, but I am not sure since I guess the -w 4
option is for nuxt generate
only and not nuxt export
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Advanced Features: Static HTML Export - Next.js
Static Export. next export allows you to export your Next.js application to static HTML, which can be run standalone without the need of...
Read more >Dynamic routing with next export mode - Stack Overflow
Unfortunately I've learned that dynamic routes don't work with static HTML export unless you predefine the paths at build time - and we...
Read more >Next.js Tutorial - 60 - Static HTML Export - YouTube
0:00 · New! Watch ads now so you can enjoy fewer interruptions. Got it.
Read more >Understanding static HTML export in Next.js - LogRocket Blog
Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it...
Read more >Static HTML Export with i18n compatibility in Next.js
An obvious option is, to renounce to the static HTML export and use a Node. js server or Vercel as deployment environment. But...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nuxt 2.14 resolved this issue.
Created a pull request, that resolves this issue: #32