Skip to content

Commit

Permalink
favicon type (FusionAuth#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling authored May 26, 2023
1 parent e307d09 commit d6ad723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isProd = import.meta.env.PROD as boolean;
<meta charSet="UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<!-- TODO: Implement favicons by following this blog post https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7 -->
<link rel="icon" type="image/svg+xml" href="/img/favicon.png"/>
<link rel="icon" type="image/png" href="/img/favicon.png"/>
<link rel="sitemap" href="/sitemap-index.xml">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="/css/diagrams.css"/>
Expand Down

0 comments on commit d6ad723

Please sign in to comment.