Skip to content

Commit 444ff8a

Browse files
committed
Enable SSR for proper static generation with inline CSS
1 parent cc95e8c commit 444ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default defineNuxtConfig({
33
compatibilityDate: "2025-07-15",
44
devtools: { enabled: true },
55

6-
ssr: false, // SPA mode for client-side state management
6+
ssr: true, // Enable SSR for proper static generation with CSS
77

88
modules: ["@nuxtjs/tailwindcss", "@nuxt/eslint", "@nuxt/fonts"],
99

0 commit comments

Comments
 (0)