mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Added /nest as a redirection (#1370)
This commit is contained in:
parent
5080b78ad5
commit
1451480eb0
1 changed files with 4 additions and 0 deletions
|
|
@ -312,6 +312,10 @@ const nextConfig = {
|
||||||
{
|
{
|
||||||
source: '/arcade/power-hour',
|
source: '/arcade/power-hour',
|
||||||
destination: '/arcade/power-hour/index.html'
|
destination: '/arcade/power-hour/index.html'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/nest/',
|
||||||
|
destination: 'https://hackclub.app/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue