Configuration

Configuration options for the Nuxt Statamic module.
For all available options, please refer to the configuration page.

Quick Start

Configure the module to your project needs with the following options in your nuxt.config.ts file.

nuxt.config.ts
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.

.env
NUXT_PUBLIC_STATAMIC_URL=https://your-statamic-api-url.com