fix?
This commit is contained in:
parent
02fed8083c
commit
045dae84b9
5 changed files with 3 additions and 3 deletions
src/components
|
@ -7,7 +7,7 @@ export interface Props {
|
|||
|
||||
const {image, origin, name } = Astro.props;
|
||||
|
||||
const img: string = `favourites/${image}.png`;
|
||||
const img: string = `favourites/${image}.webp`;
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue