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:
Matt Isenhower 2017-12-09 09:31:27 -08:00
parent cb11dbfda1
commit 8b0c1641f4

View File

@ -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;