Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Sep 12, 2022
1 parent 77a5427 commit 9f69256
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

1 comment on commit 9f69256

@vercel
Copy link

@vercel vercel bot commented on 9f69256 Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.