Skip to content

Commit 640dad8

Browse files
committed
nuxt config updated to make it fast deploy in vercel
1 parent 28c7174 commit 640dad8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nuxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import tailwindcss from '@tailwindcss/vite';
55
const currentDir = dirname(fileURLToPath(import.meta.url));
66

77
export default defineNuxtConfig({
8-
nitro: {
9-
preset: 'static',
10-
prerender: {
11-
routes: ['/'], // add all static routes you want pre-rendered
12-
},
13-
},
148
ssr: true,
159
devtools: { enabled: true },
1610
modules: [

0 commit comments

Comments
 (0)