Fix PWA shortcut icon on Windows

Allow unauthenticated access to favicon and manifest, generate favicon.ico, and add multi-size manifest icons.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-05 17:33:55 +08:00
parent df619a5d8e
commit a8be586652
10 changed files with 1681 additions and 10 deletions
+2
View File
@@ -11,6 +11,8 @@
"serve": "npm run build && npm run start"
},
"devDependencies": {
"sharp": "^0.33.5",
"to-ico": "^1.1.5",
"vitepress": "^1.6.3"
},
"dependencies": {