update cache bust version to invalid bad response headers

This commit is contained in:
evanpelle
2026-05-03 10:14:19 -06:00
parent 5d6c48ebf2
commit ac679b68c5
+1 -1
View File
@@ -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;