[feih] seo: fix missing alt text issue (#522)

This commit is contained in:
Zhou Yuhang 2025-07-10 08:26:18 +08:00 committed by GitHub
parent f69bb0dc08
commit d9a98ad4f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: [