mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Update next.config.js
This commit is contained in:
parent
f1100acdbe
commit
01eeeb92b0
1 changed files with 5 additions and 1 deletions
|
|
@ -158,8 +158,12 @@ const nextConfig = {
|
|||
destination: 'https://workshops.hackclub.com/transparency-may/'
|
||||
},
|
||||
{
|
||||
source: '/map/(.*)',
|
||||
source: '/map/',
|
||||
destination: 'https://map.hackclub.dev/'
|
||||
},
|
||||
{
|
||||
source: '/map/(.*)',
|
||||
destination: 'https://map.hackclub.dev/$1'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue