Merge pull request #1466 from transcental/revert-1407-slack-redirect-to-high-seas

Revert "Redirect slack to the high seas"
This commit is contained in:
Max Wofford 2025-02-02 02:32:59 +00:00 committed by GitHub
commit 4ecd86e289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,11 +51,6 @@ 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 },