79141282

Date: 2024-10-30 13:27:10
Score: 0.5
Natty:
Report link

You need to fallback all your endpoints to the index.html page. In azure using Static Web App we create this file in the root of the project:

{
  "navigationFallback": {
    "rewrite": "/index.html"
  }
}

staticwebapp.config.json

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Guilherme Molin