wip: init

This commit is contained in:
taskylizard 2025-05-01 20:56:22 +00:00
parent 45d9157281
commit 2606a39f8d
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
10 changed files with 1670 additions and 55 deletions

View file

@ -94,6 +94,12 @@ export default defineConfig({
replacement: fileURLToPath(
new URL('./theme/Appearance.vue', import.meta.url)
)
},
{
find: /^.*VPLocalSearchBox.vue$/,
replacement: fileURLToPath(
new URL('./theme/components/Search.vue', import.meta.url)
)
}
]
},