mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Add rewrite to An Expandable Explanation into Hackathon Organizing
This commit is contained in:
parent
f7b4fea940
commit
d62a904ae1
1 changed files with 4 additions and 0 deletions
|
|
@ -207,6 +207,10 @@ const nextConfig = {
|
|||
{
|
||||
source: '/map/(.*)',
|
||||
destination: 'https://map.hackclub.dev/$1'
|
||||
},
|
||||
{
|
||||
source: '/how-to-organize-a-hackathon',
|
||||
destination: 'https://expandables.hackclub.dev/organizing.html'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue