mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Add cover image for main page
This commit is contained in:
|
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 418 KiB |
@@ -1,7 +1,7 @@
|
||||
---
|
||||
const { title, description, ogImage = "" } = Astro.props;
|
||||
|
||||
const imageUrl = "https://aurora.thilohohlt.com" + ogImage;
|
||||
const imageUrl = ogImage ? Astro.url.origin + ogImage : Astro.url.origin + "/cover.jpg";
|
||||
---
|
||||
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user