Skip to content

Commit

Permalink
画像のパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Mar 24, 2024
1 parent 962d281 commit a3aaf61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Props = {
};

export const BookListItem: React.FC<Props> = ({ book }) => {
const imageUrl = `/raw-images/${book.id}_96x136.avif`;
const imageUrl = `/raw-images/${book.image.id}_96x136.avif`;

return (
<_Wrapper>
Expand Down

0 comments on commit a3aaf61

Please sign in to comment.