Skip to content

Commit

Permalink
doc: add fallback favicon for Safari - 3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 13, 2024
1 parent 76f13eb commit 3c79889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
tag: 'link',
attrs: {
rel: 'apple-touch-icon',
href: './public/apple-touch-icon.png',
href: '/apple-touch-icon.png',
},
},
],
Expand Down

0 comments on commit 3c79889

Please sign in to comment.