docs: incorrect path for Overriding Internal Components example (#4815)

pull/4816/head
Rägnar O'ock 3 months ago committed by GitHub
parent ed387e89d4
commit f1b1ffbdfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -319,7 +319,7 @@ export default defineConfig({
{ {
find: /^.*\/VPNavBar\.vue$/, find: /^.*\/VPNavBar\.vue$/,
replacement: fileURLToPath( replacement: fileURLToPath(
new URL('./components/CustomNavBar.vue', import.meta.url) new URL('./theme/components/CustomNavBar.vue', import.meta.url)
) )
} }
] ]

Loading…
Cancel
Save