From b19b6b907c565da4cab5fbbc66dda77d3cf11ca9 Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 20 Feb 2026 02:22:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20use=20inline=20SVG=20data=20URI=20for=20?= =?UTF-8?q?favicon=20=E2=80=94=20bypasses=20browser=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browsers were fetching favicon.ico and ignoring the external SVG link. Inline data URI has no caching layer so the 'p' lettermark shows immediately. Drops the .ico and .png favicon links (Apple touch icon kept for home screen). Co-Authored-By: Claude Sonnet 4.6 --- padelnomics/src/padelnomics/templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/padelnomics/src/padelnomics/templates/base.html b/padelnomics/src/padelnomics/templates/base.html index 229d371..89e3002 100644 --- a/padelnomics/src/padelnomics/templates/base.html +++ b/padelnomics/src/padelnomics/templates/base.html @@ -5,10 +5,8 @@ {% block title %}{{ config.APP_NAME }}{% endblock %} - - - - + +