Skip to content

Commit 01e51d8

Browse files
committed
Fix broken favicon link
1 parent dfa8009 commit 01e51d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/public/favicon/site.webmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"short_name": "HyperFormula",
44
"icons": [
55
{
6-
"src": "/android-chrome-192x192.png",
6+
"src": "/favicon/android-chrome-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-512x512.png",
11+
"src": "/favicon/android-chrome-512x512.png",
1212
"sizes": "512x512",
1313
"type": "image/png"
1414
}

0 commit comments

Comments
 (0)