We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbb8cd commit 8151582Copy full SHA for 8151582
game_data.py
@@ -1,5 +1,5 @@
1
game_pages = {
2
- 'cs2': 'https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg',
3
- 'factorio': 'https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422'
+ 'cs2': '/static/images/cs2.jpg',
+ 'factorio': '/static/images/fctr.jpg'
4
# Add more games here as needed
5
}
0 commit comments