Explorar o código

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

David Luzar %!s(int64=3) %!d(string=hai) anos
pai
achega
9135ebf2e2
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      vercel.json

+ 10 - 0
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"
     }
   ]
 }