mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Add redirects to Amazon wishlist, Scrapbox (via Next.js)
This commit is contained in:
parent
2c0bc0f5f6
commit
296e4d6298
@ -15,4 +15,18 @@ module.exports = nextTranslate({
|
||||
})
|
||||
return config
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/wishlist',
|
||||
destination: 'https://www.amazon.jp/hz/wishlist/ls/8WTKCPWKOJ2N?ref_=wl_share',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/scrapbox',
|
||||
destination: 'https://scrapbox.io/yude',
|
||||
permanent: true,
|
||||
}
|
||||
]
|
||||
},
|
||||
})
|
Loading…
Reference in New Issue
Block a user