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" } ] }