mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: delete Open Graph configuration and change favicon format
This commit is contained in:
parent
a556a622ab
commit
db1bffb4c2
6 changed files with 9 additions and 19 deletions
|
@ -14,8 +14,8 @@ export const themeConfig: ThemeConfig = {
|
|||
// site url
|
||||
url: 'https://retypeset.radishzz.cc',
|
||||
// favicon url
|
||||
// support only ico or png for best compatibility with Open Graph and RSS avatar
|
||||
favicon: '/image/Astro-Icon.png', // https://example.com/logo.png
|
||||
// support only SVG, PNG and ICO
|
||||
favicon: '/image/Astro-Icon-Dark.svg', // https://example.com/favicon.svg
|
||||
},
|
||||
// SITE INFORMATION >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||
|
||||
|
@ -121,10 +121,8 @@ export const themeConfig: ThemeConfig = {
|
|||
userID: '',
|
||||
},
|
||||
// Open Graph
|
||||
openGraph: {
|
||||
// image url (1200x630)
|
||||
url: '', // https://placehold.co/1200x630
|
||||
},
|
||||
// Screenshot of home page for Open Graph: ./public/image/Screenshot.png
|
||||
// Logo on the Open Graph: ./public/image/Astro-Icon-Dark.png
|
||||
},
|
||||
// SEO SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue