mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-24 23:37:00 -05:00
Force cache busting on the Splatfest image
There was an issue with the NA Splatfest image download, adding this in for now just to make sure nobody has a cached version of the old one.
This commit is contained in:
parent
cb11dbfda1
commit
8b0c1641f4
|
|
@ -85,7 +85,7 @@ export default {
|
|||
},
|
||||
image() {
|
||||
if (this.festival)
|
||||
return Vue.filter('localSplatNetImageUrl')(this.festival.images.panel);
|
||||
return Vue.filter('localSplatNetImageUrl')(this.festival.images.panel) + '?1';
|
||||
},
|
||||
formattedDuration() {
|
||||
let time;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user