Skip to content

Commit

Permalink
Merge pull request #7 from nvodoor/nvodoor-fix-favicon-pt2
Browse files Browse the repository at this point in the history
Favicon Fix Pt. 2
  • Loading branch information
nvodoor authored Apr 6, 2024
2 parents ce23849 + 0235951 commit 659d427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed public/nav2_48x48.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const makeTitle = "Nav2 - Nav2 1.0.0 documentation";
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/nav2.ico" />
<link rel="icon" type="image/svg+xml" href="base-ros-template/nav2.ico" />
<meta name="generator" content={Astro.generator} />

<!-- <link rel="preload" as="image" href={src} alt="Hero" /> -->
Expand All @@ -34,7 +34,7 @@ const makeTitle = "Nav2 - Nav2 1.0.0 documentation";
url: "https://navigation.ros.org/index.html",
type: "website",
title: `Nav2 - Nav2 1.0.0 documentation`,
image: "/nav2.ico",
image: "base-ros-template/nav2.ico",
},
image: {
alt: "OpenNav Homepage Screenshot",
Expand Down

0 comments on commit 659d427

Please sign in to comment.