fix(style): extractCSS for proper ssr layout

This commit is contained in:
Corentin Thomasset 2021-05-29 13:50:17 +02:00
parent 6c60f92245
commit 919b948da7
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -98,7 +98,9 @@ export default {
},
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {},
build: {
extractCSS: true
},
router: {}
}