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"