mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: update documentation
This commit is contained in:
@@ -55,6 +55,14 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
head: [
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {name: 'twitter:card', content: 'summary'},
|
||||
},
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {name: 'twitter:url', content: BASE_URL},
|
||||
},
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},
|
||||
|
||||
Reference in New Issue
Block a user