Add minisearch dependency and update screenshots with actual interface

Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-04 02:23:16 +00:00
parent 443d34d169
commit 28f9e95a76
3 changed files with 10 additions and 5 deletions

View file

@ -129,12 +129,13 @@ export default defineConfig({
)
}
}
}),
presetWebFonts({
fonts: {
mono: 'Geist Mono'
}
})
// Temporarily disabled for build in sandboxed environment
// presetWebFonts({
// fonts: {
// mono: 'Geist Mono'
// }
// })
],
transformers: [transformerDirectives()]
})