Merge pull request #1407 from hackclub/slack-redirect-to-high-seas

Redirect slack to the high seas
This commit is contained in:
Max Wofford 2024-10-30 16:09:31 +00:00 committed by GitHub
commit 21d9ee335a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,11 @@ const nextConfig = {
destination: 'https://sprig.hackclub.com',
permanent: true
},
{
source: '/slack/',
destination: 'https://highseas.hackclub.com',
permanent: false
},
{ source: '/start/', destination: '/', permanent: false },
{ source: '/repl/', destination: '/', permanent: true },
{ source: '/c9/', destination: '/deprecated/cloud9/', permanent: true },