web: fix favicon (#515)

This commit is contained in:
l5y
2025-11-25 22:26:30 +01:00
committed by GitHub
parent e733a0dd13
commit eaa691808a
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 42 KiB

BIN
web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -45,8 +45,9 @@
<meta name="twitter:description" content="<%= meta_description_html %>" />
<meta name="twitter:image" content="<%= logo_url_html %>" />
<meta name="twitter:image:alt" content="<%= logo_alt_html %>" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/potatomesh-logo.svg" />
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" sizes="any" href="/potatomesh-logo.svg" />
<link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/assets/styles/base.css" />
<script src="/assets/js/theme.js" defer></script>
<script src="/assets/js/background.js" defer></script>