From 2ceead1cf9a6b40bf35d65f7a673a51e1dc8ddd9 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:13:07 +0200 Subject: [PATCH] Add instructions to copy favicon.ico --- apps/client/project.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/project.json b/apps/client/project.json index a4c8830a7..df369a298 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -29,6 +29,11 @@ "input": "", "output": "./../assets" }, + { + "glob": "favicon.ico", + "input": "apps/client/src/assets", + "output": "./../" + }, { "glob": "LICENSE", "input": "",