Skip to content

Commit 7746b5c

Browse files
committed
chore: revert config changes
1 parent a0aea14 commit 7746b5c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
22
"routes": [
3-
{
4-
"route": "/.auth/login/github",
5-
"statusCode": 200
6-
},
7-
{
8-
"route": "/.auth/login/*",
9-
"statusCode": 404
10-
},
113
{
124
"route": "/api/*",
135
"allowedRoles": ["authenticated"]
146
}
157
],
168
"navigationFallback": {
17-
"rewrite": "/index.html",
18-
"exclude": ["*.{css,scss,js,png,gif,ico,jpg,svg,txt}"]
9+
"rewrite": "/index.html"
1910
}
2011
}

0 commit comments

Comments
 (0)