Remove docs catch-all endpoint
This commit is contained in:
parent
610caef73f
commit
ae154f43df
@ -151,7 +151,6 @@ render(
|
|||||||
component={LazySolCompilerDocumentation}
|
component={LazySolCompilerDocumentation}
|
||||||
/>
|
/>
|
||||||
<Route path={WebsiteLegacyPaths.Jobs} component={Jobs as any} />
|
<Route path={WebsiteLegacyPaths.Jobs} component={Jobs as any} />
|
||||||
<Route path={`${WebsitePaths.Docs}`} component={LazyZeroExJSDocumentation} />
|
|
||||||
<Route component={NotFound as any} />
|
<Route component={NotFound as any} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user