We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f4ff3 commit fb49df9Copy full SHA for fb49df9
1 file changed
src/components/PlayedGames.astro
@@ -34,6 +34,8 @@ for (const game of appidList) {
34
});
35
}
36
37
+orderGames.forEach((game) => `${import.meta.env.SITE}${game.imgurl}`)
38
+
39
playedGames = playedGames
40
.concat(orderGames)
41
.filter((game) => game.playtime_forever > 1000)
0 commit comments