This commit is contained in:
Mateusz Gruszczyński
2026-05-08 21:01:07 +02:00
parent 2409d33687
commit 6a44870985
2 changed files with 3 additions and 2 deletions

View File

@@ -22,9 +22,7 @@ def favicon_ico():
current_app.static_folder,
"favicon.svg",
mimetype="image/svg+xml",
max_age=86400,
)
response.headers["Cache-Control"] = "public, max-age=86400"
return response