mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-18 12:05:28 -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
|
host: hostname, // listen on any host name
|
||||||
port,
|
port,
|
||||||
},
|
},
|
||||||
|
features: {
|
||||||
|
inlineStyles: false,
|
||||||
|
},
|
||||||
compatibilityDate: '2024-07-06',
|
compatibilityDate: '2024-07-06',
|
||||||
nitro: {
|
nitro: {
|
||||||
rollupConfig: {
|
rollupConfig: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user