Skip to content

Commit 1e43acb

Browse files
committed
chore: disable nuxt-booster for now because prerender error
1 parent a9a8366 commit 1e43acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/frontend/nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default defineNuxtConfig({
7979
'@nuxtjs/color-mode',
8080
'@nuxt/image',
8181
'nuxt-llms',
82-
'nuxt-booster',
82+
// 'nuxt-booster',
8383
'@primevue/nuxt-module',
8484
'shadcn-nuxt',
8585
],
@@ -111,9 +111,9 @@ export default defineNuxtConfig({
111111
},
112112
},
113113

114-
booster: {
115-
disableNuxtFontaine: true,
116-
},
114+
// booster: {
115+
// disableNuxtFontaine: true,
116+
// },
117117

118118
shadcn: {
119119
prefix: 'Shad',

0 commit comments

Comments
 (0)