diff --git a/src/server/PublicAssetManifest.ts b/src/server/PublicAssetManifest.ts index 8d1258d95..0fc31b6a4 100644 --- a/src/server/PublicAssetManifest.ts +++ b/src/server/PublicAssetManifest.ts @@ -34,7 +34,7 @@ const ROOT_PUBLIC_FILES = new Set([ const manifestCache = new Map(); // 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;