fix(metadata/index.liquid): corrects 403s in open graph images

This commit is contained in:
Cory Dransfeldt 2025-05-14 11:14:48 -07:00
parent f822d627c1
commit 7b0feeb526
No known key found for this signature in database
6 changed files with 31 additions and 23 deletions

View file

@ -7,4 +7,4 @@
<meta property="og:url" content="{{ fullUrl }}" />
<link rel="alternate" type="application/json+oembed" href="{{ oembedUrl }}" title="{{ pageTitle }}">
<link rel="canonical" href="{{ fullUrl }}" />
<meta property="og:image" content="{{ globals.url }}/og/w800/{% appVersion %}{{ globals.avatar }}" />
<meta property="og:image" content="{{ ogImage }}" />