Skip to content

Commit cb3ddac

Browse files
committed
fix images on search result
1 parent 173a6d4 commit cb3ddac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/CardGrid.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
onclick={() => openGame(result.game)}
344344
>
345345
<img
346-
src={`${State.currentServer.protocol}://${State.currentServer.hostname}${State.currentServer.path}${result.game.gameID}${result.game.thumbPath}`}
346+
src={`https://cdn.jsdelivr.net/gh/ccported/games@${commitHash}/${result.game.gameID}${result.game.thumbPath}`}
347347
alt={result.game.fName}
348348
/>
349349
<div style="flex: 1;">

0 commit comments

Comments
 (0)