CMS content is not statically generated

I’ve added some CMS content on my website using the CMS Data Fetcher component.
I’ve provided the CMS Data Provider Id and Public token props

I’ve built my website. But when I load my page, the content is fetched from plasmic instead of being part of my static file. I can see a request to https://data.plasmic.app/api/v1/cms/databases/… and a spinner placeholder for my CMS content.

I have a Gatsby project. Maybe there is something to configure on gatsby side to enable static generation for CMS content?

gatsby 5.13.6
@plasmicapp/loader-gatsby 1.0.362

Thanks for your help

Hi @alexis_smt, welcome to the forum.

Here’s our Gatsby quickstart. It looks like it is missing some code to preload data. Would you mind trying to follow the instructions in the Next.js quickstart to call extractPlasmicQueryData, then passing those results into the PlasmicRootProvider? Install and import extractPlasmicQueryData from @plasmicapp/prepass.