Added redirect and blank index
This commit is contained in:
parent
9b77a46acc
commit
ec742b15db
3 changed files with 16 additions and 50 deletions
|
|
@ -1,3 +1,13 @@
|
|||
|
||||
module.exports = {
|
||||
reactStrictMode: true,
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/discord',
|
||||
destination: 'https://discord.gg/ugxv4ZrVjC',
|
||||
permanent: true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue