From ee5a7454126889905ab7ce6ff235719b3faa201c Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Sun, 4 Oct 2020 11:24:00 +0300 Subject: [PATCH] src => source --- site/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/vercel.json b/site/vercel.json index e5c5e11..a6b1d0a 100644 --- a/site/vercel.json +++ b/site/vercel.json @@ -1,5 +1,5 @@ { "redirects": [ - { "src": "/", "destination": "https://github.com/Schniz/fnm" } + { "source": "/", "destination": "https://github.com/Schniz/fnm" } ] }