mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Revert "Force cache busting on the Splatfest image"
This reverts commit 8b0c1641f4.
The relevant issue was fixed a while ago so we don't need this anymore.
This commit is contained in:
parent
479bf4cfba
commit
83fed268e2
|
|
@ -100,7 +100,7 @@ export default {
|
|||
},
|
||||
image() {
|
||||
if (this.festival)
|
||||
return Vue.filter('localSplatNetImageUrl')(this.festival.images.panel) + '?1';
|
||||
return Vue.filter('localSplatNetImageUrl')(this.festival.images.panel);
|
||||
},
|
||||
teamNames() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user