fix(landing): add rounded favicon

This commit is contained in:
2026-07-10 14:10:25 +08:00
parent 1229efaa84
commit 1115f4532c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/png" href="%BASE_URL%favicon.png" /> <link rel="icon" type="image/png" sizes="64x64" href="%BASE_URL%favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta <meta
name="description" name="description"
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB