mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: redirect to webex LP instead of rewrite to fix SW (#4103)
This commit is contained in:
parent
516e7656f3
commit
add8a1b1a7
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rewrites": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/webex/:match*",
|
"source": "/webex/:match*",
|
||||||
"destination": "https://excalidraw-webex-lp.vercel.app/:match*"
|
"destination": "https://webex.excalidraw.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue