mirror of
https://github.com/fmhy/edit.git
synced 2025-10-15 09:11:06 +11:00
Fixes for indexing
fixed images not having alt's and svg's not having titles
This commit is contained in:
parent
82f329ead6
commit
bd1fa73164
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