mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 23:24:30 +02:00
refactor: use origin instead of manually append https
This commit is contained in:
parent
a487ca2d22
commit
dd7836b572
@ -53,7 +53,7 @@
|
||||
<li><a href="/download">Download</a></li>
|
||||
<li><a href="/patches">Patches</a></li>
|
||||
<li><a href="/contributors">Contributors</a></li>
|
||||
<li><a href="https://{new URL($page.url).host}/docs/">Docs</a></li>
|
||||
<li><a href="{new URL($page.url).origin}/docs/">Docs</a></li>
|
||||
</FooterSection>
|
||||
<FooterSection title="Repositories">
|
||||
<Query {query} let:data>
|
||||
|
@ -73,7 +73,7 @@
|
||||
<Navigation queryKey="manager" href="/download">Download</Navigation>
|
||||
<Navigation queryKey="patches" href="/patches">Patches</Navigation>
|
||||
<Navigation queryKey="repositories" href="/contributors">Contributors</Navigation>
|
||||
<Navigation href="https://{new URL($page.url).host}/docs">Docs</Navigation>
|
||||
<Navigation href="{new URL($page.url).origin}/docs">Docs</Navigation>
|
||||
</div>
|
||||
</div>
|
||||
<div id="secondary-navigation">
|
||||
|
Loading…
x
Reference in New Issue
Block a user