From 199515d2109b31969c5057b45ce1cf1e98557f42 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 2 Oct 2022 23:10:23 +0200 Subject: [PATCH] temporarily enable no-ssr --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 5e239b978..d84e31ceb 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -225,7 +225,7 @@ export default { HEARTBEAT_LINK: process.env.HEARTBEAT_LINK, }, serverMiddleware: [ - // '~/server/no-ssr.js', + '~/server/no-ssr.js', '~/server/index.js' ], axios: {