Add redirects to wishlist, Scrapbox

This commit is contained in:
yude 2021-09-22 07:09:49 +09:00
parent b59a6b6926
commit 65fbb55a33
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 6 additions and 0 deletions

6
vercel.json Normal file
View File

@ -0,0 +1,6 @@
{
"redirects": [
{ "source": "/wishlist", "destination": "https://www.amazon.jp/hz/wishlist/ls/8WTKCPWKOJ2N?ref_=wl_share" },
{ "source": "/scrapbox", "destination": "https://scrapbox.io/yude" }
]
}