From 860b80c9ee38b80e202f4277d5912f789f6dfecd Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Mon, 11 Mar 2024 09:33:05 +0100 Subject: [PATCH] refactor: copy only required frameworks icons from docs in console (#7538) --- console/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],