Ver código fonte

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

vanilla_orig
Aakansha Doshi 3 anos atrás
pai
commit
94519c8250
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      vercel.json

+ 1
- 1
vercel.json Ver arquivo

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

Carregando…
Cancelar
Salvar