Configure the module to your project needs with the following options in your nuxt.config.ts file.
export default defineNuxtConfig({
modules: ['@nobears-front-end/nuxt-statamic'],
statamic: {
// ... your config
},
});
And don't forget to add the CMS url environment variable to your .env file.
NUXT_PUBLIC_STATAMIC_URL=https://your-statamic-api-url.com