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 ad35a5d commit 2f5cb00Copy full SHA for 2f5cb00
pages/game/[slug].vue
@@ -17,15 +17,15 @@ data.value.screenshots.forEach((url) => {
17
config.BASE_API_URL +
18
"/static/" +
19
game.basepath +
20
- "/" +
+ "/entries/" +
21
game.slug +
22
"/" +
23
url,
24
thumbnailImageSrc:
25
26
27
28
29
30
31
@@ -90,7 +90,7 @@ game.files.forEach((file) => {
90
91
92
93
94
95
96
file.filename;
0 commit comments