Put Camp On A Separate Domain

This commit is contained in:
Sam Poder 2021-08-02 22:45:37 +08:00 committed by GitHub
parent dcde714bcb
commit af2301ebe4

View file

@ -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/'