Skip to content

Commit

Permalink
docs(website): add 180x180 apple-touch-icon.png (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 authored Dec 16, 2024
1 parent a178e7e commit b3c5487
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ export default defineConfig({
light: "./src/assets/binsider-logo-light.png",
replacesTitle: true,
},
head: [
{
tag: 'link',
attrs: {
rel: 'apple-touch-icon',
href: '/apple-touch-icon.png',
},
},
],
components: {
Head: "./src/components/Head.astro",
Header: "./src/components/Header.astro",
Expand Down
Binary file added website/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.

0 comments on commit b3c5487

Please sign in to comment.