diff --git a/console/angular.json b/console/angular.json index f110d0b32b..278498ccd7 100644 --- a/console/angular.json +++ b/console/angular.json @@ -27,7 +27,7 @@ "src/favicon.ico", "src/assets", "src/manifest.webmanifest", - { "glob": "**/*", "input": "../docs/static/img", "output": "assets/docs/img" } + { "glob": "**/*", "input": "../docs/static/img/tech", "output": "assets/docs/img/tech" } ], "styles": ["src/styles.scss"], "scripts": ["./node_modules/tinycolor2/dist/tinycolor-min.js"],