mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 05:54:21 +01:00
problem: url is not relative to base
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<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">
|
||||
<Rocket class="h-6 w-6" />
|
||||
<span class=""><img src="/logo.png" /></span>
|
||||
<span class=""><img src={`${base}/logo.png`} /></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
|
||||
Reference in New Issue
Block a user