feat: redirect vscode.excalidraw.com to vscode marketplace (#5285)
This commit is contained in:
parent
af31e9dcc2
commit
9135ebf2e2
10
vercel.json
10
vercel.json
@ -27,6 +27,16 @@
|
||||
{
|
||||
"source": "/webex/:match*",
|
||||
"destination": "https://for-webex.excalidraw.com"
|
||||
},
|
||||
{
|
||||
"source": "/:path*",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "vscode.excalidraw.com"
|
||||
}
|
||||
],
|
||||
"destination": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user