In this guide, you will learn about the importance of Previews in Jamstack. I will also walk you through the process of adding the previews mode to a blog built with Next.js and Strapi headless cms for a better content editing experience.
This is a companion discussion topic for the original entry at https://strapi.io/blog/implement-previews-with-next-applications-using-a-strapi-backend
Is it possible to provide a preview button that constructs the URL with the secret from the env file and show it in strapi admin panel?
1 Like
I’m not seeing the article.settings.json
file anywhere in my Strapi project. Is this for an older version of Strapi?
Edit: Nevermind, I created the project with the wrong command. I’m tying again now with yarn create strapi-app my-app-name --template blog
to use Strapi V4 (the linked repo was for Strapi V3 so hopefully I can still make it work).