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 28c7174 commit 640dad8Copy full SHA for 640dad8
nuxt.config.ts
@@ -5,12 +5,6 @@ import tailwindcss from '@tailwindcss/vite';
5
const currentDir = dirname(fileURLToPath(import.meta.url));
6
7
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,
15
devtools: { enabled: true },
16
modules: [
0 commit comments