Added redirect and blank index

This commit is contained in:
Ludoviko 2021-07-23 17:28:40 +01:00
parent 9b77a46acc
commit ec742b15db
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
3 changed files with 16 additions and 50 deletions

View file

@ -1,3 +1,13 @@
module.exports = {
reactStrictMode: true,
async redirects() {
return [
{
source: '/discord',
destination: 'https://discord.gg/ugxv4ZrVjC',
permanent: true
}
]
}
}