mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
separate routes
This commit is contained in:
parent
803785201e
commit
d87ced1711
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
{
|
||||
"src": "/(.+)",
|
||||
"dest": "/",
|
||||
"status": 301,
|
||||
"status": 301
|
||||
},
|
||||
{
|
||||
"src": "/",
|
||||
"headers": {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue