Bump cache bust value for new react.

This commit is contained in:
Jennifer Taylor
2026-08-20 23:48:22 +00:00
parent 2ebe02a5ed
commit 3bba16eabb

View File

@@ -33,7 +33,7 @@ config = Config()
# Allow cache-busting of entire frontend for major changes such as react upgrades.
FRONTEND_CACHE_BUST: str = "site.1.3.react.16.15"
FRONTEND_CACHE_BUST: str = "site.1.3.react.16.16"
@app.before_request