nuxt.config.ts 206 B

12345678910
  1. // https://nuxt.com/docs/api/configuration/nuxt-config
  2. export default defineNuxtConfig({
  3. compatibilityDate: '2025-05-15',
  4. devtools: { enabled: true },
  5. app: {
  6. head: {
  7. script: []
  8. }
  9. }
  10. })