From d42c896bdd42e41ff72256a64665a3ca8a792b16 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 1 May 2019 17:45:46 +0200 Subject: [PATCH] fix(docs): prefix root css urls with base path (#1453) --- angular.json | 1 + 1 file changed, 1 insertion(+) diff --git a/angular.json b/angular.json index e35e497c22..f61036659d 100644 --- a/angular.json +++ b/angular.json @@ -251,6 +251,7 @@ "main": "docs/main.ts", "tsConfig": "docs/tsconfig.app.json", "polyfills": "docs/polyfills.ts", + "rebaseRootRelativeCssUrls": true, "assets": [ "docs/assets", "docs/404.html",