File tree 5 files changed +734
-499
lines changed
5 files changed +734
-499
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ export default defineNuxtConfig({
10
10
'nuxt-og-image'
11
11
] ,
12
12
13
- icon : {
14
- clientBundle : {
15
- scan : true
16
- }
17
- } ,
13
+ // Devtools / Typescript
14
+ devtools : { enabled : true } ,
18
15
19
16
routeRules : {
20
17
'/api/search.json' : { prerender : true }
21
18
} ,
22
19
23
- // Devtools / Typescript
24
- devtools : { enabled : true } ,
20
+ compatibilityDate : '2024-09-26' ,
25
21
26
22
typescript : { strict : false } ,
27
23
28
- compatibilityDate : '2024-09-26'
24
+ icon : {
25
+ clientBundle : {
26
+ scan : true
27
+ }
28
+ }
29
29
} )
Original file line number Diff line number Diff line change 12
12
"typecheck" : " nuxt typecheck"
13
13
},
14
14
"dependencies" : {
15
- "@iconify-json/heroicons" : " ^1.2.0 " ,
16
- "@iconify-json/simple-icons" : " ^1.2.4 " ,
17
- "@nuxt/content" : " ^2.13.2 " ,
18
- "@nuxt/fonts" : " ^0.9.2 " ,
19
- "@nuxt/ui-pro" : " ^1.4.3 " ,
20
- "@nuxtjs/plausible" : " ^1.0.2 " ,
15
+ "@iconify-json/heroicons" : " ^1.2.1 " ,
16
+ "@iconify-json/simple-icons" : " ^1.2.8 " ,
17
+ "@nuxt/content" : " ^2.13.4 " ,
18
+ "@nuxt/fonts" : " ^0.10.0 " ,
19
+ "@nuxt/ui-pro" : " ^1.4.4 " ,
20
+ "@nuxtjs/plausible" : " ^1.0.3 " ,
21
21
"nuxt" : " ^3.13.2" ,
22
- "nuxt-og-image" : " ^3.0.4 "
22
+ "nuxt-og-image" : " ^3.0.6 "
23
23
},
24
24
"devDependencies" : {
25
25
"@nuxthq/studio" : " ^2.1.1" ,
26
- "typescript" : " ^5.6.2 " ,
26
+ "typescript" : " ^5.6.3 " ,
27
27
"vue-tsc" : " ^2.1.6"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 36
36
"ufo" : " ^1.5.4"
37
37
},
38
38
"devDependencies" : {
39
- "@nuxt/devtools" : " ^1.5.1 " ,
40
- "@nuxt/eslint-config" : " ^0.5.7 " ,
39
+ "@nuxt/devtools" : " ^1.6.0 " ,
40
+ "@nuxt/eslint-config" : " ^0.6.0 " ,
41
41
"@nuxt/module-builder" : " ^0.8.4" ,
42
- "@types/node" : " ^20.16.10 " ,
43
- "eslint" : " ^9.11.1 " ,
42
+ "@types/node" : " ^20.16.11 " ,
43
+ "eslint" : " ^9.12.0 " ,
44
44
"nuxt" : " ^3.13.2" ,
45
45
"standard-version" : " ^9.5.0" ,
46
- "typescript" : " ^5.6.2 " ,
46
+ "typescript" : " ^5.6.3 " ,
47
47
"vue-tsc" : " ^2.1.6"
48
48
},
49
49
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ export default defineNuxtConfig({
2
2
modules : [
3
3
'../src/module'
4
4
] ,
5
+
6
+ devtools : { enabled : true } ,
7
+
5
8
// example of separate client/server URLs
6
9
// runtimeConfig: {
7
10
// strapi: { url: 'http://localhost:1337' },
8
11
// public: {
9
12
// strapi: { url: 'http://localhost:1337' }
10
13
// }
11
14
// },
15
+
12
16
strapi : {
13
17
version : 'v3' ,
14
18
url : 'http://localhost:1337'
15
19
// To enable the devtools, read https://strapi.nuxtjs.org/devtools
16
20
// devtools: true
17
- } ,
18
- devtools : { enabled : true }
21
+ }
19
22
} )
You can’t perform that action at this time.
0 commit comments