How to get new posts to appear in production? #313
Unanswered
adityawarmanfw
asked this question in
Q&A
Replies: 1 comment 3 replies
-
No, you will have to rebuild and serve. If you are worried about downtime, you could build it in a separate folder and copy the assets over. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to Next.js. I tied to deploy the blog on VPS and want to ask if there's a way to get new posts (new
.mdx
files), or changes inside the.mdx
files, accesible in production without the need to runnpm run build && npm run serve
again?Beta Was this translation helpful? Give feedback.
All reactions