mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 14:37:45 +00:00
fix(console): disallow inline fonts, critical styles (#5714)
fix: disallow inline
This commit is contained in:
parent
5819924275
commit
11d75d0121
@ -40,6 +40,14 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"optimization": {
|
||||
"fonts": {
|
||||
"inline": false
|
||||
},
|
||||
"styles": {
|
||||
"inlineCritical": false
|
||||
}
|
||||
},
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
|
Loading…
x
Reference in New Issue
Block a user