fix: default og:image

This commit is contained in:
Cory Dransfeldt 2024-07-18 11:22:21 -07:00
parent faba57a896
commit 46a9725215
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -44,7 +44,7 @@
{%- assign pageDescription = description -%}
{%- endif -%}
{%- assign ogImage = globals.opengraph_default -%}
{%- assign ogImage = 'https://cdn.coryd.dev/' | append: globals.opengraph_default -%}
{%- case schema -%}
{%- when 'music' -%}
{%- assign ogImage = 'https://cdn.coryd.dev' | append: page.image -%}