This commit is contained in:
Firq 2023-03-04 23:02:55 +01:00
parent a38345cfd6
commit bddb6db8c5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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`;
--- ---