Skip to content

Commit

Permalink
adding icon asset that works cross browser (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Kendall <[email protected]>
  • Loading branch information
1800joe and software-person authored May 29, 2024
1 parent ac740f7 commit 82b7d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { data = {} } = Astro.props
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/assets/public/noop-logo-plain.svg" />
<link rel="icon" href="/assets/public/noop-logo-plain-icon.png" />
<link rel="stylesheet" type="text/css" href="/assets/docs/styles.css" />
<meta name="robots" content="index, follow">
<meta name="description" content={data.description} />
Expand Down

0 comments on commit 82b7d69

Please sign in to comment.