File tree 4 files changed +319
-345
lines changed
4 files changed +319
-345
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ export default defineNuxtConfig({
16
16
'@nuxthub/core' ,
17
17
'@nuxt/scripts' ,
18
18
'@nuxt/image' ,
19
- // maybe buggy
20
- // 'nuxt-rebundle',
21
- // 'nuxt-build-cache',
19
+ 'nuxt-rebundle' ,
22
20
async ( _ , nuxt ) => {
23
21
nuxt . hooks . hook ( 'nitro:init' , ( nitro ) => {
24
22
// from sponsorkit
@@ -63,7 +61,7 @@ export default defineNuxtConfig({
63
61
64
62
uiPro : {
65
63
mdc : true ,
66
- content : true
64
+ content : true ,
67
65
} ,
68
66
69
67
hub : {
@@ -113,7 +111,6 @@ export default defineNuxtConfig({
113
111
failOnError : false ,
114
112
crawlLinks : true ,
115
113
routes : [ '/' ] ,
116
- autoSubfolderIndex : false
117
114
} ,
118
115
cloudflare : {
119
116
pages : {
Original file line number Diff line number Diff line change 7
7
},
8
8
"scripts" : {
9
9
"dev" : " nuxi dev" ,
10
- "build" : " npm -C ../ run build && nuxi prepare && nuxi build" ,
10
+ "build" : " cd .. && pnpm dev:prepare && cd docs && nuxi prepare && nuxi build" ,
11
11
"deploy" : " NITRO_PRESET=netlify nuxt build && npx netlify deploy" ,
12
12
"lint:docs" : " markdownlint ./content && case-police 'content/**/*.md' *.md" ,
13
13
"lint:docs:fix" : " markdownlint ./content --fix && case-police 'content/**/*.md' *.md --fix" ,
55
55
"tailwind-merge" : " ^3.0.2" ,
56
56
"tailwindcss" : " 4.0.14" ,
57
57
"tailwindcss-animate" : " ^1.0.7" ,
58
- "wrangler" : " ^4.0 .0"
58
+ "wrangler" : " ^3.114 .0"
59
59
}
60
60
}
Original file line number Diff line number Diff line change 7
7
"build" : " nuxi build" ,
8
8
"generate" : " nuxi generate" ,
9
9
"dev:prepare" : " nuxi prepare"
10
- },
11
- "dependencies" : {
12
- "@nuxt/fonts" : " ^0.11.0" ,
13
- "@nuxt/ui" : " 3.0.0-alpha.6" ,
14
- "nuxt" : " 3.15.2"
15
10
}
16
11
}
You can’t perform that action at this time.
0 commit comments