mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: add automatic website screenshot generation for Open Graph preview images
This commit is contained in:
parent
30febfef22
commit
a073ea47bd
6 changed files with 19 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue