Skip to content

Commit

Permalink
feat(dcellar-web-ui): migrate favicon to ico
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Oct 31, 2023
1 parent a897b1f commit 63b0c84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added apps/dcellar-web-ui/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Document() {
name="google-site-verification"
content="9P1xIkjIzkjS3UiiTBjcjN5tfyh4Yk6FDKELgtTdMGE"
/>
<link rel="icon preload" href={`${assetPrefix}/favicon.svg`} />
<link rel="icon" href={`${assetPrefix}/favicon.ico`} />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />
<link
Expand Down

0 comments on commit 63b0c84

Please sign in to comment.