From 5540783805c0cbac7ca61d668755f9001c06bef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fred=20Lef=C3=A9v=C3=A8re-Laoide?= <90181748+FredLL-Avaiga@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:40:24 +0200 Subject: [PATCH] add version to favicon (#1460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add version to favicon * add key version --------- Co-authored-by: Fred Lefévère-Laoide --- taipy/gui/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipy/gui/server.py b/taipy/gui/server.py index e22235d7f6..51c602a24a 100644 --- a/taipy/gui/server.py +++ b/taipy/gui/server.py @@ -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,