We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db15b commit bf8615cCopy full SHA for bf8615c
test/fixtures/basic/nuxt.config.ts
@@ -18,8 +18,6 @@ export default defineNuxtConfig({
18
19
compatibilityDate: '2025-01-15',
20
21
- debug: process.env.NODE_ENV === 'test',
22
-
23
sitemap: {
24
autoLastmod: false,
25
credits: false,
test/fixtures/content-v3/nuxt.config.ts
@@ -11,8 +11,6 @@ export default defineNuxtConfig({
11
},
12
compatibilityDate: '2024-12-06',
13
14
15
16
17
test/fixtures/hooks/nuxt.config.ts
0 commit comments