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