feat: build-time favicon injection from favicon.png via placeholder (v1.4.27)

This commit is contained in:
Kantine Wrapper
2026-02-26 09:50:17 +01:00
parent 0651d517b2
commit 7d5beedfbb
4 changed files with 12 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
const favicon = document.createElement('link');
favicon.rel = 'icon';
favicon.type = 'image/png';
favicon.href = 'https://raw.githubusercontent.com/TauNeutrino/kantine-overview/main/favicon.png';
favicon.href = '{{FAVICON_DATA_URI}}';
document.head.appendChild(favicon);
// Inject Google Fonts if not already present