Skip to content

Commit 10a04c0

Browse files
committed
fix(careers): remove /careers redirect so the in-app page is reachable
A pre-existing permanent redirect /careers -> jobs.ashbyhq.com/sim shadowed the new first-party careers page (#5316), sending visitors straight to the Ashby board. Drop it so /careers serves the in-app page (which itself pulls the Ashby roles).
1 parent 2393b72 commit 10a04c0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/sim/next.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,6 @@ const nextConfig: NextConfig = {
307307
source: '/team',
308308
destination: 'https://cal.com/emirkarabeg/sim-team',
309309
permanent: false,
310-
},
311-
{
312-
source: '/careers',
313-
destination: 'https://jobs.ashbyhq.com/sim',
314-
permanent: true,
315310
}
316311
)
317312

0 commit comments

Comments
 (0)