diff --git a/vercel.json b/vercel.json index 316d4ce6..a621be1d 100644 --- a/vercel.json +++ b/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" } ] }