From a1a1d73e0ea61e7a0509803b3f901bf8697bdc0b Mon Sep 17 00:00:00 2001 From: Anda Toshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 9 May 2024 01:05:05 -0700 Subject: [PATCH] fix(image path): update raw post background image paths for ogimage generation & swapped github raw link to custom hosted proxied cdn address --- scripts/generateOgImage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateOgImage.ts b/scripts/generateOgImage.ts index 11fc5e0..b7c719c 100755 --- a/scripts/generateOgImage.ts +++ b/scripts/generateOgImage.ts @@ -55,7 +55,7 @@ export const generateImage = async ({ backgroundColor: "#fff", borderRadius: 24, backgroundImage: - "url(https://raw.toshiki.dev/andatoshiki/toshiki-home-nuxt/master/src/static/assets/meta/images/post-background.png)", + "url(https://raw.toshiki.dev/andatoshiki/toshiki-home-nuxt3/master/src/static/assets/meta/images/post-background.png)", }, children: { type: "div",