fix(website): redirect /jobs to /about/jobs
This commit is contained in:
parent
2a0ba501e0
commit
9fdd6e56a7
@ -191,7 +191,7 @@ render(
|
||||
path={`${WebsiteLegacyPaths.Deployer}/:version?`}
|
||||
component={LazySolCompilerDocumentation}
|
||||
/>
|
||||
<Route path={WebsiteLegacyPaths.Jobs} component={Jobs as any} />
|
||||
<Redirect from={WebsiteLegacyPaths.Jobs} to={WebsitePaths.AboutJobs} />
|
||||
<Route component={NotFound as any} />
|
||||
</Switch>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user