mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 19:06:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user