getStaticProps + getStaticPaths: When updating new article latest content is not fetched #11522
Unanswered
carthegian
asked this question in
Help
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 guys.
First I would like to say how amazing the updates in v9.3. I applied it immediately to my site and the results are blazing fast! However, I got some confusion when I updated content for an existing blog article (/post/[slug] with getStaticProps + getStaticPaths).
Supposed I added new images and texts in CMS side, how do I make sure those changes get reflected in production? In development (now dev) the changes are instant without me needing to do anything.
I followed the docs and I hope I didn't miss the instructions. I'd be happy if someone could point ,e in the right direction.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions