f this
This commit is contained in:
parent
a38345cfd6
commit
bddb6db8c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export interface Props {
|
||||||
|
|
||||||
const {image, origin, name } = Astro.props;
|
const {image, origin, name } = Astro.props;
|
||||||
|
|
||||||
const img: string = `/favourites/${image}.webp`;
|
const img: string = `favourites/${image}.webp`;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue