Fixes for indexing (#3944)

fixed images not having alt's and svg's not having titles

Co-authored-by: royex <royexl@proton.me>
This commit is contained in:
lloyex 2025-08-17 23:51:28 +02:00 committed by GitHub
parent 82f329ead6
commit e51d0ae888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 16 deletions

View file

@ -161,7 +161,10 @@ export default defineConfig({
text: '📝 Edit this page'
},
outline: 'deep',
logo: '/fmhy.ico',
logo: {
src: '/fmhy.ico',
alt: 'FMHY Logo'
},
nav,
sidebar,
socialLinks