Skip to content

Commit 7ba20a1

Browse files
committed
fix: favicon.ico path
1 parent c9a355f commit 7ba20a1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

demo/iframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<!-- CoCreate Favicon -->
1818
<link
1919
rel="icon"
20-
href="https://cdn.cocreate.app/favicon.ico"
21-
type="image/ico"
22-
sizes="16x16" />
20+
type="image/png"
21+
sizes="32x32"
22+
href="../assets/favicon.ico" />
2323
<link rel="manifest" href="/manifest.webmanifest" />
2424
</head>
2525

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

0 commit comments

Comments
 (0)