Skip to content

Commit

Permalink
chore: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Dec 27, 2024
1 parent ffeb6fe commit 87d6c18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ const { title } = Astro.props
<link rel="apple-touch-icon" sizes="57x57" href="/ebishi/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" href="/ebishi/apple-touch-icon.png">

<!-- Chrome Android -->
<link rel="shortcut icon" sizes="196x196" href="/ebishi/shortcut-icon.png">

<!-- Safari 9+ -->
<link rel="mask-icon" href="/ebishi/mask-icon.svg" color="#1c7cf6">

<!-- backup -->
<link rel="shortcut icon" href="/ebishi/shortcut-icon.svg" type="image/svg+xml">
<!-- Chrome Android -->
<link rel="icon" sizes="196x196" href="/ebishi/shortcut-icon.png">

<meta name="generator" content={Astro.generator} />
<title>{title}</title>
Expand Down

0 comments on commit 87d6c18

Please sign in to comment.