feat: add automatic website screenshot generation for Open Graph preview images

This commit is contained in:
radishzzz 2025-03-16 14:41:51 +00:00
parent 30febfef22
commit a073ea47bd
6 changed files with 19 additions and 18 deletions

View file

@ -98,7 +98,7 @@ export const themeConfig: ThemeConfig = {
verification: {
// google search console
// docs: https://search.google.com/search-console
google: '',
google: 'AUCrz5F1e5qbnmKKDXl2Sf8u6y0kOpEO1wLs6HMMmlM',
// bing webmaster tools
// docs: https://www.bing.com/webmasters
bing: '',
@ -123,6 +123,10 @@ export const themeConfig: ThemeConfig = {
// user ID
userID: '',
},
// apiflash access key
// automatically generate website screenshots for open graph preview images
// get your access key at: https://apiflash.com/
apiflashKey: '',
},
// SEO SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END