1
0
mirror of synced 2024-11-24 06:20:12 +01:00

Bump cachebuster for frontend functionality change.

This commit is contained in:
Jennifer Taylor 2022-10-15 22:10:30 +00:00
parent 85a3f08c78
commit 6937473d0a

View File

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