fix(website): redirect /jobs to /about/jobs

This commit is contained in:
Brandon Millman
2018-12-17 12:05:48 -08:00
parent 2a0ba501e0
commit 9fdd6e56a7

View File

@@ -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>