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