Browse Source

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

pull/5350/head
David Luzar 4 years ago committed by GitHub
parent
commit
9135ebf2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      vercel.json

10
vercel.json

@ -27,6 +27,16 @@ @@ -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…
Cancel
Save