Skip to content

Commit

Permalink
fix: navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilxyzw committed Dec 12, 2024
1 parent b6dc1ba commit 2a723ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/ja_JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ja_JP = defineConfig({
logo: '/images/logo.svg',
nav: [
{ text: 'ホーム', link: langName + '/' },
{ text: 'ドキュメント', link: langName + '/docs/', activeMatch: '/docs/' }
{ text: 'ドキュメント', link: langName + '/first', activeMatch: '/first' }
],
sidebar: [
{ text: 'はじめに', link: langName + '/first' },
Expand Down

0 comments on commit 2a723ee

Please sign in to comment.