diff --git a/src/components/Head.astro b/src/components/Head.astro index 86ae034..4203cb9 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,7 +1,7 @@ --- const { title, description, ogImage = "" } = Astro.props; -const imageUrl = ogImage.replace("localhost:3000", "aurora.thilohohlt.com"); +const imageUrl = "https://aurora.thilohohlt.com" + ogImage; ---