Bust cache for new version.

This commit is contained in:
Jennifer Taylor
2026-09-01 00:32:01 +00:00
parent 735fd499d4
commit 4f901f49a6
+1 -1
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.16"
FRONTEND_CACHE_BUST: str = "site.1.3.react.16.17"
@app.before_request