mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1407 from hackclub/slack-redirect-to-high-seas
Redirect slack to the high seas
This commit is contained in:
commit
21d9ee335a
1 changed files with 5 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue