Skip to content

Commit fb49df9

Browse files
committed
修复图片路径
1 parent 07f4ff3 commit fb49df9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/PlayedGames.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ for (const game of appidList) {
3434
});
3535
}
3636
37+
orderGames.forEach((game) => `${import.meta.env.SITE}${game.imgurl}`)
38+
3739
playedGames = playedGames
3840
.concat(orderGames)
3941
.filter((game) => game.playtime_forever > 1000)

0 commit comments

Comments
 (0)