From cdd46e34a43d1f295fdbe2a81a7f30641438e238 Mon Sep 17 00:00:00 2001 From: mrrpnya Date: Sun, 16 Feb 2025 19:34:32 -0800 Subject: [PATCH] change to ssr --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index e7331fa..900ec38 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -29,7 +29,7 @@ console.log(blog_nitro_routes); // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: "2024-11-01", - ssr: false, + ssr: true, postcss: { plugins: { tailwindcss: {},