ソースを参照

fix: redirect excalidraw.com/about to for-webex.excalidraw.com (#4104)

vanilla_orig
Aakansha Doshi 3年前
コミット
94519c8250
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      vercel.json

+ 1
- 1
vercel.json ファイルの表示

@@ -26,7 +26,7 @@
26 26
   "redirects": [
27 27
     {
28 28
       "source": "/webex/:match*",
29
-      "destination": "https://webex.excalidraw.com"
29
+      "destination": "https://for-webex.excalidraw.com"
30 30
     }
31 31
   ]
32 32
 }

読み込み中…
キャンセル
保存