Skip to content

Commit e9f9841

Browse files
committed
checking vercel
1 parent 766f7d6 commit e9f9841

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
},
14+
ssr: true,
815
devtools: { enabled: true },
916
modules: [
1017
'shadcn-nuxt',

0 commit comments

Comments
 (0)