mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: add img alt on logo
This commit is contained in:
parent
5d654fd522
commit
4f4d6a9ea8
@ -16,7 +16,8 @@ export default defineConfig({
|
|||||||
title: 'Domain Watchdog',
|
title: 'Domain Watchdog',
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
logo: {
|
logo: {
|
||||||
src: './src/assets/logo.png'
|
src: './src/assets/logo.png',
|
||||||
|
alt: 'Domain Watchdog logo'
|
||||||
},
|
},
|
||||||
favicon: '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 expire',
|
description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire',
|
||||||
|
|||||||
@ -83,7 +83,7 @@ import {CardGrid, Card} from "@astrojs/starlight/components";
|
|||||||
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
|
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
|
||||||
"interactionStatistic": {
|
"interactionStatistic": {
|
||||||
"@type": "InteractionCounter",
|
"@type": "InteractionCounter",
|
||||||
"interactionType": "LikeAction",
|
"interactionType": "https://schema.org/LikeAction",
|
||||||
"userInteractionCount": 261
|
"userInteractionCount": 261
|
||||||
},
|
},
|
||||||
"potentialAction": {
|
"potentialAction": {
|
||||||
|
|||||||
@ -83,7 +83,7 @@ import {CardGrid, Card} from "@astrojs/starlight/components";
|
|||||||
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
|
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
|
||||||
"interactionStatistic": {
|
"interactionStatistic": {
|
||||||
"@type": "InteractionCounter",
|
"@type": "InteractionCounter",
|
||||||
"interactionType": "LikeAction",
|
"interactionType": "https://schema.org/LikeAction",
|
||||||
"userInteractionCount": 261
|
"userInteractionCount": 261
|
||||||
},
|
},
|
||||||
"potentialAction": {
|
"potentialAction": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user