From a9120cfe35ae60967f66f49b9c42262278a34cad Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 1 May 2019 18:45:46 +0300 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 b31d35ec14..947197aeac 100644 --- a/angular.json +++ b/angular.json @@ -255,6 +255,7 @@ "main": "docs/main.ts", "tsConfig": "docs/tsconfig.app.json", "polyfills": "docs/polyfills.ts", + "rebaseRootRelativeCssUrls": true, "assets": [ "docs/assets", "docs/404.html",