diff --git a/nuxt.config.ts b/nuxt.config.ts index 1a59fad3a..34919f4d0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -383,7 +383,7 @@ const nuxtConfig: NuxtConfig = { KEYWORDS: keywords, }, serverMiddleware: [ - // '~/server/no-ssr.ts', + '~/server/no-ssr.ts', '~/server/index.ts', ], axios: {