Skip to content

Commit 4ecd86e

Browse files
authored
Merge pull request #1466 from transcental/revert-1407-slack-redirect-to-high-seas
Revert "Redirect slack to the high seas"
2 parents 0993fd3 + f6663d1 commit 4ecd86e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

next.config.mjs

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ const nextConfig = {
5151
destination: 'https://sprig.hackclub.com',
5252
permanent: true
5353
},
54-
{
55-
source: '/slack/',
56-
destination: 'https://highseas.hackclub.com',
57-
permanent: false
58-
},
5954
{ source: '/start/', destination: '/', permanent: false },
6055
{ source: '/repl/', destination: '/', permanent: true },
6156
{ source: '/c9/', destination: '/deprecated/cloud9/', permanent: true },

0 commit comments

Comments
 (0)