forgot favs location

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

View file

@ -7,7 +7,7 @@ export interface Props {
const {image, origin, name } = Astro.props;
const img: string = `../favourites/${image}.webp`;
const img: string = `/favourites/${image}.webp`;
---