trying workaround

This commit is contained in:
Firq 2023-03-04 22:35:49 +01:00
parent e954be1e08
commit e1420a15fc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
5 changed files with 13 additions and 8 deletions
src/components

View file

@ -1,9 +1,10 @@
---
const headerimg = `${Astro.site}/link_192.png`
---
<header>
<a href="/" rel="noopener noreferrer" aria-label="Home">
<img src="/link_192.png" alt="">
<a href={Astro.site} rel="noopener noreferrer" aria-label="Home">
<img src={headerimg} alt="">
</a>
<ul class="desktop">
<slot />