Skip to content

fix: add alt text to VitePress logo#1722

Open
myeong-jae-hwi wants to merge 1 commit into
toss:mainfrom
myeong-jae-hwi:main
Open

fix: add alt text to VitePress logo#1722
myeong-jae-hwi wants to merge 1 commit into
toss:mainfrom
myeong-jae-hwi:main

Conversation

@myeong-jae-hwi
Copy link
Copy Markdown

Summary

Issues: #1721

Add alt text to the VitePress logo configuration to improve accessibility for screen reader users.

Changes

  • Added alt property to themeConfig.logo
  • Improved accessibility compliance for logo images
themeConfig: {
  logo: {
    dark: '/logo_white.png',
    light: '/logo_black.png',
    alt: 'es-toolkit',
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant