fix: 修复 favicon 的类型为 image/png

This commit is contained in:
2026-01-15 06:01:56 +07:00
parent 4b187ca025
commit e950f49fee

View File

@@ -14,7 +14,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<link rel="shortcut icon" type="image/svg" href="/riwsan.png" />
<link rel="shortcut icon" type="image/png" href="/riwsan.png" />
<!-- add to homescreen for ios -->
<meta name="mobile-web-app-capable" content="yes" />