mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
feat: Add rewrite to webex landing page (#4102)
* feat: Add rewrite to webex landing page * blacklist webex url * dont cache webex * Unregister sw for webex * fix * fix * reload in callback Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@ -22,5 +22,11 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/webex/:match*",
|
||||
"destination": "https://excalidraw-webex-lp.vercel.app/:match*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user