Skip to content

Commit

Permalink
fixing favicon location (#61)
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 Jan 3, 2024
1 parent 90a624b commit 38fc087
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 @@ -20,7 +20,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="/noop-logo-plain.svg" />
<link rel="icon" type="image/svg+xml" href="/assets/public/noop-logo-plain.svg" />
<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 38fc087

Please sign in to comment.