mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11: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:
parent
82f329ead6
commit
e51d0ae888
2 changed files with 18 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue