mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-05 21:46:29 +00:00
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:
parent
324edea85e
commit
a1a1d73e0e
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user