Skip to content

Commit

Permalink
fix: use absolute url for og images
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Jan 22, 2024
1 parent a6cf605 commit 33f0f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/layout/base-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { title } = Astro.props;
basic: {
title: "Folks Router",
type: "website",
image: "/og.png",
image: "https://folksrouter.io/og.png",
url: "https://folksrouter.io/",
},
optional: {
Expand All @@ -30,7 +30,7 @@ const { title } = Astro.props;
}}
twitter={{
creator: "@FolksFinance",
image: "/og.png",
image: "https://folksrouter.io/og.png",
card: "summary_large_image",
title: "Folks Router",
description:
Expand Down

0 comments on commit 33f0f63

Please sign in to comment.