1
0
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:
lifehackerhansol
2024-09-27 14:22:21 -07:00
parent bc555ecd6b
commit e7656da9af
2 changed files with 7 additions and 1 deletions

View File

@@ -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)
)
}
]
}