Skip to content

Commit c45084f

Browse files
committed
fix: favicon.ico path
1 parent 0472cb3 commit c45084f

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
@@ -5,9 +5,9 @@
55
<!-- CoCreate Favicon -->
66
<link
77
rel="icon"
8-
href="https://cdn.cocreate.app/favicon.ico"
9-
type="image/ico"
10-
sizes="16x16" />
8+
type="image/png"
9+
sizes="32x32"
10+
href="../assets/favicon.ico" />
1111
<link rel="manifest" href="/manifest.webmanifest" />
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)