Refactor: Update favicon to use /icon.png

This commit is contained in:
2025-11-21 15:33:04 -08:00
parent aa436c3b59
commit 1208f8c7c6

View File

@@ -7,7 +7,7 @@
<meta name="description" content="Create custom, permanent short links with analytics. No expiration dates. Open source.">
<meta name="keywords" content="url shortener, link shortener, custom slug, permanent links, analytics, free">
<link rel="canonical" href="https://4ev.link/">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>">
<link rel="icon" href="/icon.png">
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://unpkg.com/lucide@latest"></script>