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:
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
src: './src/assets/logo.png'
|
||||
},
|
||||
favicon: 'logo.png',
|
||||
description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete',
|
||||
description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire',
|
||||
editLink: {
|
||||
baseUrl: 'https://github.com/maelgangloff/domain-watchdog/edit/develop/docs/'
|
||||
},
|
||||
@@ -56,6 +56,13 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
head: [
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {
|
||||
name: 'keywords',
|
||||
content: 'Domain Watchdog, RDAP, WHOIS, domain monitoring, domain history, domain expiration, domain tracker'
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {name: 'twitter:card', content: 'summary'},
|
||||
@@ -68,6 +75,10 @@ export default defineConfig({
|
||||
tag: 'meta',
|
||||
attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},
|
||||
},
|
||||
{
|
||||
tag: 'meta',
|
||||
attrs: {property: 'og:image:alt', content: 'Domain Watchdog logo'},
|
||||
},
|
||||
{
|
||||
tag: 'script',
|
||||
attrs: {type: 'text/javascript'},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Domain Watchdog
|
||||
description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete
|
||||
description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Your companion in the quest for domain names 🔍
|
||||
|
||||
Reference in New Issue
Block a user