We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173a6d4 commit cb3ddacCopy full SHA for cb3ddac
1 file changed
src/lib/components/CardGrid.svelte
@@ -343,7 +343,7 @@
343
onclick={() => openGame(result.game)}
344
>
345
<img
346
- src={`${State.currentServer.protocol}://${State.currentServer.hostname}${State.currentServer.path}${result.game.gameID}${result.game.thumbPath}`}
+ src={`https://cdn.jsdelivr.net/gh/ccported/games@${commitHash}/${result.game.gameID}${result.game.thumbPath}`}
347
alt={result.game.fName}
348
/>
349
<div style="flex: 1;">
0 commit comments