mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
🛠 Image improvements
This commit is contained in:
@@ -4,7 +4,7 @@ block vars
|
||||
- const title = episode.title
|
||||
- const description = episode.contentSnippet
|
||||
- const cardImage = episode.image
|
||||
- const cardSize = 3000
|
||||
- const cardSize = episode.image.match('cloudfront') ? 3000 : 1400
|
||||
|
||||
block og
|
||||
meta(property="og:type" content="article")
|
||||
|
||||
Reference in New Issue
Block a user