Skip to content

Commit

Permalink
Try making all routes serving the index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Oct 29, 2024
1 parent 3787ea8 commit ec6b386
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"rewrite": "/404.html",
"statusCode": 404
}
}
},
"routes": [
{
"route": "/*",
"serve": "/index.html",
"statusCode": 200
}
]
}

0 comments on commit ec6b386

Please sign in to comment.