Make cover art non-fatal and disable critical CSS inlining

This commit is contained in:
Tor Wingalen
2026-05-14 18:37:15 +02:00
parent 64160fe21a
commit a1772c7670
2 changed files with 21 additions and 7 deletions
+9 -1
View File
@@ -50,7 +50,15 @@
"maximumError": "4kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
}
},
"development": {
"optimization": false,