Skip to content

Commit 379553d

Browse files
authored
feat: add route for slack invite link (#9)
* feat: add route for slack invite link Signed-off-by: Will Manning <will@willmanning.io> * fix Signed-off-by: Will Manning <will@willmanning.io> --------- Signed-off-by: Will Manning <will@willmanning.io>
1 parent 609200c commit 379553d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ const nextConfig: NextConfig = withPlausibleProxy()({
3030
source: "/code",
3131
destination: "https://github.com/vortex-data/vortex",
3232
permanent: true
33+
},
34+
{
35+
source: "/slack",
36+
destination: "https://join.slack.com/t/spiraldb/shared_invite/zt-382vtcz8y-Fe5YEL2_zShwSCgNRnwktQ",
37+
permanent: false
3338
}
3439
];
3540
}

0 commit comments

Comments
 (0)