mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:20:47 +00:00
update cache bust version to invalid bad response headers
This commit is contained in:
@@ -34,7 +34,7 @@ const ROOT_PUBLIC_FILES = new Set([
|
||||
const manifestCache = new Map<string, AssetManifest>();
|
||||
|
||||
// Bump this to force-invalidate all CDN-cached assets (e.g. after a bad deploy with wrong cache headers).
|
||||
const CACHE_BUST_VERSION = "2";
|
||||
const CACHE_BUST_VERSION = "3";
|
||||
|
||||
type DerivedPublicAssetRenderContext = {
|
||||
resourcesDir: string;
|
||||
|
||||
Reference in New Issue
Block a user