trying workaround
This commit is contained in:
parent
e954be1e08
commit
e1420a15fc
5 changed files with 13 additions and 8 deletions
src/components
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue