diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 96ee8fb..c1029b7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,6 +8,11 @@ export interface Props { title: string; } +const resolvedImageWithDomain = new URL( + "/web_img.jpeg", + Astro.site +).toString(); + const makeTitle = "Nav2 Navigation System"; --- @@ -34,7 +39,7 @@ const makeTitle = "Nav2 Navigation System"; url: "http://nav2.org", type: "website", title: `Nav2 - Nav2 1.0.0 documentation`, - image: "nav2.ico", + image: resolvedImageWithDomain, }, image: { alt: "Open Navigation Homepage Screenshot",