Fix href not working if hosted locally
This commit is contained in:
parent
d3c3546655
commit
ca7cb1dac6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
</p>
|
||||
<div class="flex flex-col gap-4 md:flex-row">
|
||||
<a
|
||||
href="https://suyu.dev/download"
|
||||
href="/download"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
class="cta-button"
|
||||
|
|
Loading…
Reference in a new issue