From e6cb4bb8a0dc6739ed7ad4c82303ec22697cd069 Mon Sep 17 00:00:00 2001 From: "Masaharu.Kato" Date: Tue, 24 Jun 2025 14:42:52 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E7=95=AA=E7=92=B0=E5=A2=83=E3=81=A7?= =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=81=8C=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/staticwebapp.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/staticwebapp.config.json b/frontend/staticwebapp.config.json index 9eebf3d..ed0c4c2 100644 --- a/frontend/staticwebapp.config.json +++ b/frontend/staticwebapp.config.json @@ -22,6 +22,9 @@ "route": "/tasks", "rewrite": "/index.html" }, + { + "route": "/testicon.ico" + }, { "route": "/*", "rewrite": "/index.html"