fix(image path): update raw post background image paths for ogimage generation & swapped github raw link to custom hosted proxied cdn address

This commit is contained in:
Anda Toshiki 2024-05-09 01:05:05 -07:00
parent 324edea85e
commit a1a1d73e0e

View File

@ -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",