Skip to content

Commit

Permalink
Update order for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Jul 11, 2024
1 parent 02e32f8 commit 6d0ad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MetaLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const MetaLinks = ({ localeNoEnDefault, asPathNoRedirect }) => {
const cleanedAsPathNoRedirect = cleanPath(asPathNoRedirect);
return (
<>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
{/* preferred canonical page */}
Expand Down

0 comments on commit 6d0ad94

Please sign in to comment.