problem: url is not relative to base

This commit is contained in:
gsovereignty
2024-07-11 15:25:56 +08:00
parent 6df2c10e49
commit e3735971fa

View File

@@ -22,7 +22,7 @@
<div class="flex h-14 items-center border-b px-4 lg:h-[60px] lg:px-6"> <div class="flex h-14 items-center border-b px-4 lg:h-[60px] lg:px-6">
<a href="{base}/" class="flex items-center gap-2 font-semibold"> <a href="{base}/" class="flex items-center gap-2 font-semibold">
<Rocket class="h-6 w-6" /> <Rocket class="h-6 w-6" />
<span class=""><img src="/logo.png" /></span> <span class=""><img src={`${base}/logo.png`} /></span>
</a> </a>
</div> </div>
<div class="flex-1"> <div class="flex-1">