feat: automatically generate Open Graph cards

This commit is contained in:
radishzzz 2025-03-13 05:00:18 +00:00
parent 9b9bdb2811
commit a556a622ab
14 changed files with 59 additions and 30 deletions

View file

@ -14,8 +14,8 @@ export const themeConfig: ThemeConfig = {
// site url
url: 'https://retypeset.radishzz.cc',
// favicon url
// support only webp, svg or png
favicon: '/image/Logo.svg', // https://example.com/logo.svg
// support only ico or png for best compatibility with Open Graph and RSS avatar
favicon: '/image/Astro-Icon.png', // https://example.com/logo.png
},
// SITE INFORMATION >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END