merge search branch into redesign

This commit is contained in:
taskylizard 2025-07-04 11:18:29 +00:00
parent c7153b6739
commit 5bbdf245ae
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
7 changed files with 1532 additions and 35 deletions

View file

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