Added links to homepage

This commit is contained in:
Ludoviko 2021-07-23 19:35:41 +01:00
parent ec742b15db
commit 1ee4053c4c
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
10 changed files with 156 additions and 10 deletions

View file

@ -1,5 +1,7 @@
const { i18n } = require('./next-i18next.config');
module.exports = {
i18n,
reactStrictMode: true,
async redirects() {
return [
@ -7,6 +9,16 @@ module.exports = {
source: '/discord',
destination: 'https://discord.gg/ugxv4ZrVjC',
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
}
]
}