Skip to content

Commit 4530b92

Browse files
Revert navigationFallback
1 parent 1874c13 commit 4530b92

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

staticwebapp.config.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"navigationFallback": {
3-
"rewrite": "/index.html",
4-
"exclude": [
5-
"/assets/*",
6-
"/*.css",
7-
"/*.js",
8-
"/*.png",
9-
"/*.jpg",
10-
"/*.webp",
11-
"/*.svg",
12-
"/*.ico"
13-
]
14-
}
2+
"routes": [
3+
{
4+
"route": "/",
5+
"methods": [
6+
"get"
7+
],
8+
"rewrite": "/",
9+
"redirect": "/"
10+
}
11+
]
1512
}

0 commit comments

Comments
 (0)