Force banner updates
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
const navResp = await fetch('/assets/pages.json');
|
||||
this.pages = await navResp.json();
|
||||
|
||||
const bannerResp = await fetch('/assets/banner.json');
|
||||
const bannerResp = await fetch('/assets/banner.json?t=${Date.now()}');
|
||||
this.banner = await bannerResp.json();
|
||||
},
|
||||
toggleDarkMode() {
|
||||
|
Reference in New Issue
Block a user