Skip to content

Commit

Permalink
refactor(logo): use maskable variant for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 3, 2024
1 parent 35dcf8b commit 458e968
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
tag: "link",
attrs: {
rel: "apple-touch-icon",
href: "/favicon-180.png",
href: "/logo-maskable-180.png",
sizes: "180x180",
},
},
Expand Down
Binary file removed public/favicon-180.png
Binary file not shown.
Binary file added public/logo-maskable-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 458e968

Please sign in to comment.