mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-14 17:54:47 +01:00
merge routes with headers
This commit is contained in:
@@ -3,12 +3,7 @@
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/",
|
||||
"status": 301
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"status": 301,
|
||||
"headers": [
|
||||
{
|
||||
"key": "Access-Control-Allow-Origin",
|
||||
|
||||
Reference in New Issue
Block a user