We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1296c3e commit f570194Copy full SHA for f570194
nuxt.config.ts
@@ -11,7 +11,6 @@ export default defineNuxtConfig({
11
'@nuxt/content',
12
'@vueuse/nuxt',
13
'@nuxt/icon',
14
- '@nuxthub/core',
15
'@nuxtjs/google-fonts',
16
'@nuxtjs/fontaine',
17
'@nuxt/eslint'
@@ -76,25 +75,7 @@ export default defineNuxtConfig({
76
75
}
77
},
78
79
- hub: {
80
- cache: true
81
- },
82
-
83
typescript: {
84
typeCheck: true
85
86
87
- nitro: {
88
- prerender: {
89
- routes: ['/'],
90
- crawlLinks: true
91
92
- cloudflare: {
93
- pages: {
94
- routes: {
95
- exclude: ['/books/*', '/notes/*']
96
- }
97
98
99
100
})
0 commit comments