fix: dynamic extension loading did not use cache key (#3641)

This commit is contained in:
dni ⚡
2025-12-08 15:44:18 +01:00
committed by GitHub
parent b7fdf99a8d
commit cacffc67ee
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<link
rel="apple-touch-icon"
href="{{ LNBITS_APPLE_TOUCH_ICON if LNBITS_APPLE_TOUCH_ICON else static_url_for('static', 'images/maskable_icon.png') }}"
href="{{ LNBITS_APPLE_TOUCH_ICON or static_url_for('static', 'images/maskable_icon.png') }}"
/>
{% if web_manifest %}
<link async="async" rel="manifest" href="{{ web_manifest }}" />