Skip to content

Commit f570194

Browse files
authored
Update nuxt.config.ts
1 parent 1296c3e commit f570194

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

nuxt.config.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default defineNuxtConfig({
1111
'@nuxt/content',
1212
'@vueuse/nuxt',
1313
'@nuxt/icon',
14-
'@nuxthub/core',
1514
'@nuxtjs/google-fonts',
1615
'@nuxtjs/fontaine',
1716
'@nuxt/eslint'
@@ -76,25 +75,7 @@ export default defineNuxtConfig({
7675
}
7776
},
7877

79-
hub: {
80-
cache: true
81-
},
82-
8378
typescript: {
8479
typeCheck: true
8580
},
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-
}
10081
})

0 commit comments

Comments
 (0)