[feih] seo: fix missing alt text issue (#522)
This commit is contained in:
parent
f69bb0dc08
commit
d9a98ad4f2
|
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
navbar: {
|
||||
title: 'Front End Interview Handbook',
|
||||
logo: {
|
||||
alt: '',
|
||||
alt: 'Front End Interview Handbook Logo',
|
||||
src: 'img/logo.svg',
|
||||
},
|
||||
items: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue