Skip to content

Commit

Permalink
move favicon.icon to root
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan committed Nov 18, 2024
1 parent b1e5aa8 commit 77a2eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/layouts/default/components/seo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const canonicalUrl = getCanonicalUrl(Astro.url);
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="icon" href="/images/favicon.ico" />
<link rel="icon" href="/favicon.ico" />

<meta name="apple-mobile-web-app-title" content="rcrd">
<link rel="manifest" href="/site.webmanifest">

0 comments on commit 77a2eb6

Please sign in to comment.