favicons
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user