fix: production build fail

This commit is contained in:
Ax333l 2022-11-13 13:57:39 +01:00
parent 9f8f4242a0
commit dcf0413af7

View File

@ -29,7 +29,10 @@
<ul>
<Navigation href="/">Home</Navigation>
<Navigation href="/download">Download</Navigation>
<!-- <Navigation is_selected={target => target.startsWith("/docs")} href="/docs">Docs</Navigation> -->
<div hidden>
<!-- This is just temporary so the build doesn't fail -->
<Navigation is_selected={target => target.startsWith("/docs")} href="/docs">Docs</Navigation>
</div>
<Navigation href="/patches">Patches</Navigation>
</ul>
</div>