Skip to content

Commit

Permalink
doc: add fallback favicon for Safari - 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 13, 2024
1 parent 98f3f8e commit 5045316
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ export default defineConfig({
{
tag: 'link',
attrs: {
rel: 'icon',
href: './public/favicon.png',
sizes: '32x32',
rel: 'apple-touch-icon',
href: './public/apple-touch-icon.png',
},
},
],
Expand Down
Binary file added docs/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/favicon.png
Binary file not shown.

0 comments on commit 5045316

Please sign in to comment.