Force banner updates
This commit is contained in:
		@@ -117,7 +117,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