Can Nuxt.js make api calls during build time on CF Pages
I have an headless CMS an want to build a frontend using Nuxt.js, deployed on CF Pages. My headless CMS will use a web-hook to CF pages when content is updated to rebuild the frontend to static data.
My question is: Can Nuxt.js make api calls during the build process to my headless CMS to get the content needed to generate the website and how?
1 Reply
Can someone help me?