Skip to content

Commit

Permalink
fix: favicon.ico path
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 3, 2023
1 parent 463386a commit 475357d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<!-- CoCreate Favicon -->
<link
rel="icon"
href="https://cdn.cocreate.app/favicon.ico"
type="image/ico"
sizes="16x16" />
type="image/png"
sizes="32x32"
href="../assets/favicon.ico" />
<!-- CoCreate CSS CDN -->
<link
rel="stylesheet"
Expand Down
6 changes: 3 additions & 3 deletions demo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<!-- CoCreate Favicon -->
<link
rel="icon"
href="https://cdn.cocreate.app/favicon.ico"
type="image/ico"
sizes="16x16" />
type="image/png"
sizes="32x32"
href="../assets/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
Expand Down

0 comments on commit 475357d

Please sign in to comment.