You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this likely makes the website build a multi step process (export, run server, build) but theoretically it should prevent most of the api calls required to build the site
The text was updated successfully, but these errors were encountered:
that means the cms together with the actual blog can be the same application. probably not something we want to do (since we are exporting to static html anyway) but something to consider if we ever need to build a site for a client that requires some cms capabilities.
right now we are not using as much api calls since the number of models in contentful is low.
what we can do is export the content via https://www.contentful.com/developers/docs/tutorials/cli/import-and-export/ then use that json to setup a small api mirror which the nextjs build system can then query.
this likely makes the website build a multi step process (export, run server, build) but theoretically it should prevent most of the api calls required to build the site
The text was updated successfully, but these errors were encountered: