Skip to content

Commit 0257775

Browse files
author
Kotkov Eugeny
committed
routes
1 parent 93d62e4 commit 0257775

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

public/staticwebapp.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"routes": [
3+
{
4+
"route": "/*",
5+
"serve": "/index.html",
6+
"statusCode": 200
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)