Skip to content

Commit 67e7545

Browse files
committed
cleaned up dont starve together
1 parent 38924f4 commit 67e7545

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

game_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
game_pages = {
22
'cs2': '/static/images/cs2.jpg',
33
'fctr': '/static/images/fctr.jpg',
4-
'arma3': '/static/images/arma3.jpg'
4+
'arma3': '/static/images/arma3.jpg',
5+
'dst': '/static/images/dst.jpg'
56
# Add more games here as needed
67
}

static/images/image_urls.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[
22
["cs2", "cs2.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg"],
33
["factorio", "fctr.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422"],
4-
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"]
4+
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"],
5+
["dst", "dst.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/322330/library_600x900.jpg?t=1701988133"]
6+
57
]

templates/games/dst.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Don't Starve Together</h1>
88

99
{% block sidebar %}
1010
<div class="sidebar-images">
11-
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/322330/library_600x900.jpg?t=1656100830" alt="Don't Starve Together Poster">
11+
<img src="{{ url_for('static', filename='images/dst.jpg') }}" alt="Don't Starve Together Poster">
1212
</div>
1313

1414
<div class="sidebar-buttons">

0 commit comments

Comments
 (0)