mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-13 12:14:36 +02:00
Update theme submodule
- Wrap long text in aside outline to newline
This commit is contained in:
@@ -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)
|
||||
)
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Submodule docs/.vitepress/theme updated: 798ac6841c...32b1deafda
Reference in New Issue
Block a user