Skip to content

Commit

Permalink
Update theme submodule
Browse files Browse the repository at this point in the history
- Wrap long text in aside outline to newline
  • Loading branch information
lifehackerhansol committed Sep 27, 2024
1 parent bc555ec commit e7656da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ export default defineConfig({
replacement: fileURLToPath(
new URL('./theme/components/VPFooter.vue', import.meta.url)
)
},
{
find: /^.*\/VPDocOutlineItem\.vue$/,
replacement: fileURLToPath(
new URL('./theme/components/VPDocOutlineItem.vue', import.meta.url)
)
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme

0 comments on commit e7656da

Please sign in to comment.