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