Skip to content

Commit d71158d

Browse files
committed
Thumbnail fix
1 parent a6827ad commit d71158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fetch("store.json")
3131

3232
// Add thumbnail
3333
const thumb = document.createElement("img");
34-
thumb.src = patch.StoreThumb;
34+
thumb.src = "thumbnails/webp/" + patch.StoreThumb;
3535
thumb.alt = patch.Title;
3636
tile.appendChild(thumb);
3737

0 commit comments

Comments
 (0)