Skip to content

Commit 19bfdb0

Browse files
feat: init
1 parent a71fb86 commit 19bfdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function nav(): DefaultTheme.NavItem[] {
3737
return [
3838
{ text: 'Home', link: '/' },
3939
{ text: 'テーブル定義書', link: '/schema/README' },
40-
{ text: 'ER図', link: '/sample-db-docs-as-code/er/', target: '_self' },
40+
{ text: 'ER図', link: 'https://lc-semba-ryuichiro.github.io/sample-db-docs-as-code/er/' },
4141
{
4242
text: pkg.version,
4343
items: [

0 commit comments

Comments
 (0)