æxperiment with disabling no-ssr, see it the server gets a performance hit

This commit is contained in:
Andrea Vos 2024-03-22 08:32:09 +01:00
parent d76a657d2d
commit 242719e446

View File

@ -383,7 +383,7 @@ const nuxtConfig: NuxtConfig = {
KEYWORDS: keywords,
},
serverMiddleware: [
'~/server/no-ssr.ts',
// '~/server/no-ssr.ts',
'~/server/index.ts',
],
axios: {