mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Change og:image property on head add main cover image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
const { title, description, ogImage = "" } = Astro.props;
|
const { title, description, ogImage = "" } = Astro.props;
|
||||||
|
|
||||||
const imageUrl = ogImage.replace("localhost:3000", "aurora.thilohohlt.com");
|
const imageUrl = "https://aurora.thilohohlt.com" + ogImage;
|
||||||
---
|
---
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user