Fixes for indexing

fixed images not having alt's and svg's not having titles
This commit is contained in:
royex 2025-08-17 22:58:10 +02:00
parent 82f329ead6
commit bd1fa73164
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