From babcdda5f2d968430cf4e5fadee26adb955c6938 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:16:38 +0700 Subject: [PATCH] chote: update redirect link --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index bd01581..cb939d8 100644 --- a/vercel.json +++ b/vercel.json @@ -8,7 +8,7 @@ "redirects": [ { "source": "/", - "destination": "https://github.com/FajarKim/github-readme-profile" + "destination": "https://gh-readme-profile-generator.vercel.app/" } ] }