Added links to homepage
This commit is contained in:
parent
ec742b15db
commit
1ee4053c4c
10 changed files with 156 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue