From 812a9729fa3aaff2caab10594e89df5ee2ca628a Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Thu, 22 Feb 2024 18:54:01 +0100 Subject: [PATCH] docs(docs-infra): revert font-inlining (#54573) To fix the CI/Build for ADEV. PR Close #54573 --- adev/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adev/angular.json b/adev/angular.json index c103792cf68..3b4f4c27bd2 100644 --- a/adev/angular.json +++ b/adev/angular.json @@ -39,7 +39,8 @@ "webWorkerTsConfig": "tsconfig.worker.json", "optimization": { "fonts": { - "inline": true + // TODO(josephperrott): enabled inline scripts + "inline": false } } },