File tree 5 files changed +964
-794
lines changed
5 files changed +964
-794
lines changed Original file line number Diff line number Diff line change 5
5
"@iconify-json/carbon" : " ^1.2.5" ,
6
6
"@nuxt/devtools-kit" : " ^1.7.0" ,
7
7
"@nuxt/devtools-ui-kit" : " ^1.7.0" ,
8
- "@nuxt/kit" : " ^3.15.1 " ,
8
+ "@nuxt/kit" : " ^3.15.2 " ,
9
9
"floating-vue" : " 5.2.2" ,
10
- "nuxt" : " ^3.15.1 " ,
11
- "shiki" : " ^1.27.0 " ,
10
+ "nuxt" : " ^3.15.2 " ,
11
+ "shiki" : " ^1.27.2 " ,
12
12
"vue" : " 3.5.13" ,
13
13
"vue-router" : " ^4.5.0"
14
14
}
Original file line number Diff line number Diff line change 50
50
},
51
51
"dependencies" : {
52
52
"@nuxt/devtools-kit" : " ^1.7.0" ,
53
- "@nuxt/kit" : " ^3.15.1 " ,
53
+ "@nuxt/kit" : " ^3.15.2 " ,
54
54
"chalk" : " ^5.4.1" ,
55
55
"defu" : " ^6.1.4" ,
56
56
"h3-compression" : " ^0.3.2" ,
57
57
"nuxt-site-config" : " ^3.0.6" ,
58
58
"ofetch" : " ^1.4.1" ,
59
- "pathe" : " ^2.0.1 " ,
59
+ "pathe" : " ^2.0.2 " ,
60
60
"pkg-types" : " ^1.3.1" ,
61
61
"radix3" : " ^1.1.2" ,
62
62
"semver" : " ^7.6.3" ,
63
63
"sirv" : " ^3.0.0" ,
64
64
"ufo" : " ^1.5.4"
65
65
},
66
66
"devDependencies" : {
67
- "@nuxt/content" : " 3.0.0-alpha.9 " ,
67
+ "@nuxt/content" : " ^ 3.0.0" ,
68
68
"@nuxt/content-v2" :
" npm:@nuxt/[email protected] " ,
69
69
"@nuxt/eslint-config" : " ^0.7.5" ,
70
70
"@nuxt/module-builder" : " 0.8.4" ,
71
71
"@nuxt/test-utils" : " ^3.15.4" ,
72
72
"@nuxt/ui" : " ^2.21.0" ,
73
73
"@nuxtjs/i18n" : " 9.1.1" ,
74
- "@nuxtjs/robots" : " 5.1.0 " ,
75
- "bumpp" : " ^9.10.0 " ,
76
- "eslint" : " 9.17 .0" ,
74
+ "@nuxtjs/robots" : " ^ 5.1.1 " ,
75
+ "bumpp" : " ^9.10.1 " ,
76
+ "eslint" : " ^9.18 .0" ,
77
77
"eslint-plugin-n" : " ^17.15.1" ,
78
78
"execa" : " ^9.5.2" ,
79
- "nuxt" : " ^3.15.1 " ,
80
- "nuxt-i18n-micro" : " ^1.60 .0" ,
79
+ "nuxt" : " ^3.15.2 " ,
80
+ "nuxt-i18n-micro" : " ^1.64 .0" ,
81
81
"typescript" : " 5.6.3" ,
82
- "vitest" : " ^2.1.8 "
82
+ "vitest" : " ^3.0.2 "
83
83
},
84
84
"resolutions" : {
85
85
"postcss" : " 8.4.47" ,
Original file line number Diff line number Diff line change @@ -46,13 +46,17 @@ export default defineNuxtConfig({
46
46
} ,
47
47
} ) ,
48
48
] ,
49
+
49
50
site : {
50
51
url : 'https://sitemap-edge-demo.vercel.app/' ,
51
52
} ,
53
+
52
54
content : {
53
55
documentDriven : true ,
54
56
} ,
57
+
55
58
ignorePrefix : 'ignore-' ,
59
+
56
60
routeRules : {
57
61
'/api/prerendered' : {
58
62
prerender : true ,
@@ -88,9 +92,13 @@ export default defineNuxtConfig({
88
92
} ,
89
93
} ,
90
94
} ,
95
+
91
96
experimental : {
92
97
inlineRouteRules : true ,
93
98
} ,
99
+
100
+ compatibilityDate : '2025-01-17' ,
101
+
94
102
nitro : {
95
103
typescript : {
96
104
internalPaths : true ,
@@ -109,6 +117,7 @@ export default defineNuxtConfig({
109
117
failOnError : false ,
110
118
} ,
111
119
} ,
120
+
112
121
i18n : {
113
122
locales : [ 'en' , 'fr' ] ,
114
123
defaultLocale : 'en' ,
@@ -121,6 +130,7 @@ export default defineNuxtConfig({
121
130
robots : {
122
131
indexable : true ,
123
132
} ,
133
+
124
134
sitemap : {
125
135
debug : true ,
126
136
// sitemapName: 'test.xml',
You can’t perform that action at this time.
0 commit comments