Skip to content

Commit db759f0

Browse files
authored
Change routes.json to staticwebapp.config.json (#15)
* Run npm audit fix * Change routes.json to staticwebapp.config.json
1 parent 28990dd commit db759f0

File tree

3 files changed

+94
-61
lines changed

3 files changed

+94
-61
lines changed

package-lock.json

+89-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/routes.json

-9
This file was deleted.

staticwebapp.config.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"navigationFallback": {
3+
"rewrite": "/index.html"
4+
}
5+
}

0 commit comments

Comments
 (0)