Is it possible to speed up redeploy in v3? #3395
Unanswered
gitFoxCode
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I have a website with ~1,000 markdown files. I use
nuxt generate
to create a static site and serve it with Nginx. The problem with this approach is that changing a single Markdown file or anything else requires regenerating all the files, which takes a long time. Is there a way for nuxt generate to cache files and only regenerate the ones that have changed? Or, if only the Markdown files have changed, is it possible to update them in a database without having to regenerate everything?Beta Was this translation helpful? Give feedback.
All reactions