feat: redirect vscode.excalidraw.com to vscode marketplace (#5285)

This commit is contained in:
David Luzar 2022-06-23 17:42:50 +02:00 committed by GitHub
parent af31e9dcc2
commit 9135ebf2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,16 @@
{ {
"source": "/webex/:match*", "source": "/webex/:match*",
"destination": "https://for-webex.excalidraw.com" "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"
} }
] ]
} }