diff --git a/angular.json b/angular.json index ff35252..0f1cb29 100644 --- a/angular.json +++ b/angular.json @@ -29,7 +29,11 @@ "src/styles.css" ], "assets": [ - "src/assets" + { + "glob": "**/*", + "input": "src/assets", + "output": "assets" + } ] }, "configurations": { diff --git a/index.html b/index.html index ea0bfe7..c2fb4db 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,11 @@