docs: add img alt on logo

This commit is contained in:
Maël Gangloff 2025-11-28 17:26:16 +01:00
parent 5d654fd522
commit 4f4d6a9ea8
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
3 changed files with 4 additions and 3 deletions

View File

@ -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',

View File

@ -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": {

View File

@ -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": {