separate routes
This commit is contained in:
parent
803785201e
commit
d87ced1711
@ -3,7 +3,10 @@
|
|||||||
{
|
{
|
||||||
"src": "/(.+)",
|
"src": "/(.+)",
|
||||||
"dest": "/",
|
"dest": "/",
|
||||||
"status": 301,
|
"status": 301
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Access-Control-Allow-Origin": "*",
|
"Access-Control-Allow-Origin": "*",
|
||||||
"X-Content-Type-Options": "nosniff",
|
"X-Content-Type-Options": "nosniff",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user