Skip to content

Commit bf0e0e4

Browse files
committed
fix: favicon.ico path
1 parent 277417a commit bf0e0e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<!-- CoCreate Favicon -->
77
<link
88
rel="icon"
9-
href="https://cdn.cocreate.app/favicon.ico"
10-
type="image/ico"
11-
sizes="16x16" />
9+
type="image/png"
10+
sizes="32x32"
11+
href="../assets/favicon.ico" />
1212
<!-- CoCreate CSS CDN -->
1313
<link
1414
rel="stylesheet"

0 commit comments

Comments
 (0)