fix: default og:image
This commit is contained in:
parent
faba57a896
commit
46a9725215
3 changed files with 9 additions and 9 deletions
|
@ -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 -%}
|
||||
|
|
Reference in a new issue