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

@ -7,7 +7,7 @@ export interface Props {
const { image, link, title } = Astro.props;
const icon: string = `background: url('/ta_icons/${image}.webp')`
const icon: string = `background: url('${Astro.site}/ta_icons/${image}.webp')`
---
<a href={link} target="_blank" rel="noopener noreferrer" aria-label={title}>
<article>