Relative Content

Tag Archive for javascriptnext.jsdevopsprismic.io

Best rendering method Next.js + Prismic in Docker CI/CD Setup?

I’m a backend developer and relatively new to Next.js. I’m working on a Next.js project and using Prismic as my CMS. After reviewing the Prismic documentation, I noticed they recommend using Static Rendering (SSG) for fetching data. However, I’m struggling to understand how this fits within my CI/CD pipeline, especially regarding data fetching during build time.