docs(docs-infra): revert font-inlining (#54573)

To fix the CI/Build for ADEV.

PR Close #54573
This commit is contained in:
Matthieu Riegler
2024-02-22 18:54:01 +01:00
committed by Joey Perrott
parent 3f95829f6d
commit 812a9729fa
+2 -1
View File
@@ -39,7 +39,8 @@
"webWorkerTsConfig": "tsconfig.worker.json",
"optimization": {
"fonts": {
"inline": true
// TODO(josephperrott): enabled inline scripts
"inline": false
}
}
},