本番環境でアイコンが反映されない問題を修正

feature-frontend-hotfix-testicon
Masaharu.Kato 4 months ago
parent 525a52bbb8
commit e6cb4bb8a0
  1. 3
      frontend/staticwebapp.config.json

@ -22,6 +22,9 @@
"route": "/tasks", "route": "/tasks",
"rewrite": "/index.html" "rewrite": "/index.html"
}, },
{
"route": "/testicon.ico"
},
{ {
"route": "/*", "route": "/*",
"rewrite": "/index.html" "rewrite": "/index.html"

Loading…
Cancel
Save