Headless CMS Dynamic Pages
Answered
Chinese perch posted this in #help-forum
Chinese perchOP
Hi Everyone, I have a question regarding SSG and SSR in NextJS. I’ve setup a headless CMS which i’ve used to create blog posts, but it appears like i have to create a new build every time i add a new blog post because the post is SSG. Is it possible to generate these new posts automatically on server side without doing a rebuild? I’ve deployed the nextjs application on vercel.
Any help would be appreciated, thank you
Any help would be appreciated, thank you
3 Replies
yes you could use ISR
Answer
Chinese perchOP
Thank you for your response @Ray . However, I couldn’t find documentation for nextjs14 for ISR. Is it called something else?
Chinese perchOP
Never mind! I was able to find it. Thank you for your response