0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 19:28:43 +09:00

Add redirects to wishlist, Scrapbox

This commit is contained in:
2021-09-22 07:09:49 +09:00
parent b59a6b6926
commit 65fbb55a33

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