Skip to content

Commit

Permalink
add version to favicon (#1460)
Browse files Browse the repository at this point in the history
* add version to favicon

* add key version

---------

Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Jun 28, 2024
1 parent 0f6e8cc commit 5540783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/gui/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def my_index(path):
return render_template(
"index.html",
title=title,
favicon=favicon,
favicon=f"{favicon}?version={version}",
root_margin=root_margin,
watermark=watermark,
config=client_config,
Expand Down

0 comments on commit 5540783

Please sign in to comment.