Skip to content

Commit

Permalink
absolute site favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
Neluji authored Sep 18, 2024
1 parent 6408474 commit e1d4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Document = ({ Html, Head, Body, children }) => (
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon/favicon-32.png"
href="/favicon/favicon-32.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<meta name="msapplication-TileColor" content="#ff4081" />
Expand Down

0 comments on commit e1d4c58

Please sign in to comment.