File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const green = {
160160} ;
161161
162162module . exports = {
163- // ⚠️ CACHE BUST: October 2025 - Force new CSS fingerprint to invalidate CloudFront cache
163+ // ⚠️ CACHE BUST: October/December 2025 - Force new CSS fingerprint to invalidate CloudFront cache
164164 // This is a temporary fix for the reinvent page missing CSS classes.
165165 // See GitHub issue #16274 for long-term architectural fix.
166166 // TODO: Remove this unused color after proper fingerprinting is implemented.
@@ -177,7 +177,7 @@ module.exports = {
177177 } ,
178178 // Unused color added solely to bust CloudFront CSS cache - See #16274
179179 colors : {
180- 'cache-bust-2025-10 ' : '#000001' ,
180+ 'cache-bust-2025-12 ' : '#000001' ,
181181 } ,
182182 } ,
183183 rgbColors : {
You can’t perform that action at this time.
0 commit comments