Skip to content

Commit ef13533

Browse files
committed
fix: favicon.ico path
1 parent 87a306d commit ef13533

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
<meta name="viewport" content="width=device-width, initial-scale=1" />
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
<title>css-parser | CoCreateJS</title>
1313
<link rel="manifest" href="/manifest.webmanifest" />
1414
</head>

0 commit comments

Comments
 (0)