Updated site for separate Short.io

This commit is contained in:
Ludoviko 2021-08-10 21:23:11 +01:00
parent 2cfa16fb07
commit 1f21e18241
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
5 changed files with 21 additions and 29 deletions

View file

@ -2,29 +2,5 @@ const { i18n } = require('./next-i18next.config');
module.exports = {
i18n,
reactStrictMode: true,
async redirects() {
return [
{
source: '/discord',
destination: 'https://discord.gg/YoungRoyals',
permanent: true
},
{
source: '/reddit',
destination: 'https://www.reddit.com/r/YoungRoyals/',
permanent: true
},
{
source: '/watch',
destination: 'https://www.netflix.com/gb/title/81210762?s=i&trkid=13747225&vlang=en&clip=81459758',
permanent: true
},
{
source: '/gay-bible',
destination: 'https://www.goodreads.com/book/show/36256691-the-holy-bible-but-gayer',
permanent: true
}
]
}
reactStrictMode: true
}