Help: Api calls from Nuxt.js in cloudflare 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?
Was this page helpful?