From 65fbb55a333abae0cb0eba95017815cb8af10a51 Mon Sep 17 00:00:00 2001 From: yudejp Date: Wed, 22 Sep 2021 07:09:49 +0900 Subject: [PATCH] Add redirects to wishlist, Scrapbox --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..f0ce6b0 --- /dev/null +++ b/vercel.json @@ -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" } + ] +} \ No newline at end of file