mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-17 11:35:33 -04:00
(nuxt) disable inline styles as our stylesheets are around 300 kB and this makes the HTML quite large
This commit is contained in:
parent
065d944f65
commit
43ad5b3ec6
@ -120,6 +120,9 @@ export default defineNuxtConfig({
|
||||
host: hostname, // listen on any host name
|
||||
port,
|
||||
},
|
||||
features: {
|
||||
inlineStyles: false,
|
||||
},
|
||||
compatibilityDate: '2024-07-06',
|
||||
nitro: {
|
||||
rollupConfig: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user