mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix(style): extractCSS for proper ssr layout
This commit is contained in:
parent
6c60f92245
commit
919b948da7
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ export default {
|
|||
},
|
||||
|
||||
// Build Configuration (https://go.nuxtjs.dev/config-build)
|
||||
build: {},
|
||||
build: {
|
||||
extractCSS: true
|
||||
},
|
||||
|
||||
router: {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue