Skip to content

Commit 29020c6

Browse files
authored
Merge pull request #412 from Quansight/labs-slug-redirect
Add `/labs` redirect to labs.quansight.org
2 parents 09caec7 + 38327bf commit 29020c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/consulting/next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ const nextConfig = {
2929
permanent: true,
3030
destination: '/careers',
3131
},
32+
{
33+
source: '/labs',
34+
permanent: true,
35+
destination: 'https://labs.quansight.org',
36+
},
3237
];
3338
},
3439
nx: {

0 commit comments

Comments
 (0)