fix for SR
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
*/
|
||||
|
||||
// Bump this value on deploy to invalidate caches.
|
||||
const CACHE_VERSION = "v2";
|
||||
const CACHE_VERSION = "v3";
|
||||
|
||||
const CACHE_SHELL = `shell-${CACHE_VERSION}`;
|
||||
const CACHE_PAGES = `pages-${CACHE_VERSION}`;
|
||||
const CACHE_MEDIA = `media-${CACHE_VERSION}`;
|
||||
|
||||
const SHELL_ASSETS = ["/", "/styles/global.css", "/favicon.png", "/favicon.png", "/robots.txt"];
|
||||
const SHELL_ASSETS = ["/", "/styles/global.css", "/favicon.png", "/robots.txt"];
|
||||
|
||||
// Keep media cache bounded so we don't grow indefinitely.
|
||||
const MAX_MEDIA_ENTRIES = 80;
|
||||
|
||||
Reference in New Issue
Block a user