From 9f6925683f384f8db18c8b29b0e3cfc425dcdd2f Mon Sep 17 00:00:00 2001 From: Little Human Date: Mon, 12 Sep 2022 16:26:26 +0700 Subject: [PATCH] Add redirect Signed-off-by: Little Human --- vercel.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..77e94d7 --- /dev/null +++ b/vercel.json @@ -0,0 +1,20 @@ +{ + "framework": "nextjs", + "redirects": [ + { + "source": "/telegram", + "destination": "https://t.me/kongkowITpekanbaru", + "permanent": false + }, + { + "source": "/discord", + "destination": "https://discord.gg/RNDHAC5CKV", + "permanent": false + }, + { "source": "/github", "destination": "https://github.com/kongkowitpku" }, + { + "source": "/view-source", + "destination": "https://github.com/kongkowitpku/soon" + } + ] +}