Skip to content

Commit

Permalink
fix: owu board not in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cdn0x12 committed Oct 21, 2024
1 parent 7b07c7d commit e6f2cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default defineConfig({
{ text: '站内机器人', link: '/services/bots' },
{ text: 'Owu Write', link: '/services/write' },
{ text: 'Owu Chat', link: '/services/chat' },
{ text: 'Owu Social-M', link: '/services/social-m' }
{ text: 'Owu Social-M', link: '/services/social-m' },
{ text: 'Owu Board', link: '/services/board' }
]
},
{
Expand Down

0 comments on commit e6f2cab

Please sign in to comment.