From 919b948da7b77fe398749b442d2033e55a850c32 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 29 May 2021 13:50:17 +0200 Subject: [PATCH] fix(style): extractCSS for proper ssr layout --- nuxt.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index fd89c16b..e2b25bec 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -98,7 +98,9 @@ export default { }, // Build Configuration (https://go.nuxtjs.dev/config-build) - build: {}, + build: { + extractCSS: true + }, router: {} }