Skip to content

Commit

Permalink
fix(console): disallow inline fonts, critical styles (#5714)
Browse files Browse the repository at this point in the history
fix: disallow inline
  • Loading branch information
peintnermax committed Apr 19, 2023
1 parent 5819924 commit 11d75d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions console/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
},
"configurations": {
"production": {
"optimization": {
"fonts": {
"inline": false
},
"styles": {
"inlineCritical": false
}
},
"budgets": [
{
"type": "initial",
Expand Down

1 comment on commit 11d75d0

@vercel
Copy link

@vercel vercel bot commented on 11d75d0 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-zitadel.vercel.app
zitadel-docs.vercel.app
docs-git-main-zitadel.vercel.app

Please sign in to comment.