mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-15 05:04:37 +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(
|
replacement: fileURLToPath(
|
||||||
new URL('./theme/components/VPFooter.vue', import.meta.url)
|
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