Skip to content

Commit

Permalink
Reduce Size of Favicon (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount authored Jan 28, 2024
2 parents 49351d9 + 2954a50 commit b3030cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/main.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import css from "../styles/global.css?inline";
import svgFavicon from "../static/favicon.svg?url";
import svgLegacyFavicon from "../static/favicon.ico?url";
import pngFavicon from "../static/favicon.png?url";
import svgDevFavicon from "../static/favicon-dev.svg?url";
import appleTouchIcon from "../static/apple-touch-icon.png?url";
Expand All @@ -25,7 +25,7 @@ const favicon =
<title>Sergey Garin</title>
<meta name="description" content="My contacts and cv" />
<link itemprop="url" href="https://garin.dev" />
<link rel="icon" href={svgLegacyFavicon} sizes="any" />
<link rel="icon" href={pngFavicon} />
<link rel="icon" href={favicon} type="image/svg+xml" />
<link rel="apple-touch-icon" href={appleTouchIcon} />
<meta name="author" content="Sergey Garin" />
Expand Down
Binary file removed src/static/favicon.ico
Binary file not shown.
Binary file added src/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit b3030cc

@vercel
Copy link

@vercel vercel bot commented on b3030cc Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.