forgot favs location
This commit is contained in:
parent
97454c0685
commit
a38345cfd6
1 changed files with 1 additions and 1 deletions
|
@ -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`;
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue