We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc95e8c commit 444ff8aCopy full SHA for 444ff8a
nuxt.config.ts
@@ -3,7 +3,7 @@ export default defineNuxtConfig({
3
compatibilityDate: "2025-07-15",
4
devtools: { enabled: true },
5
6
- ssr: false, // SPA mode for client-side state management
+ ssr: true, // Enable SSR for proper static generation with CSS
7
8
modules: ["@nuxtjs/tailwindcss", "@nuxt/eslint", "@nuxt/fonts"],
9
0 commit comments