mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Put Camp On A Separate Domain
This commit is contained in:
parent
dcde714bcb
commit
af2301ebe4
1 changed files with 5 additions and 4 deletions
|
|
@ -52,6 +52,11 @@ module.exports = withMDX({
|
|||
destination: 'https://finder.hackclub.com',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/camp/',
|
||||
destination: 'https://camp.hackclub.com',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/apply/',
|
||||
destination: 'https://apply.hackclub.com',
|
||||
|
|
@ -120,10 +125,6 @@ module.exports = withMDX({
|
|||
source: '/bank/',
|
||||
destination: 'https://v2.hackclub.dev/bank/'
|
||||
},
|
||||
{
|
||||
source: '/camp/',
|
||||
destination: 'https://v2.hackclub.dev/camp/'
|
||||
},
|
||||
{
|
||||
source: '/sponsorship/',
|
||||
destination: 'https://workshops.hackclub.com/sponsorship/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue