askorama / orama

🌌 Fast, dependency-free, full-text and vector search engine with typo tolerance, filters, facets, stemming, and more. Works with any JavaScript runtime, browser, server, service!
https://docs.askorama.ai
Other
8.27k stars 273 forks source link

Orama Vitepress Plugin does not support custom vitepress source dir #706

Closed dbritto-dev closed 2 months ago

dbritto-dev commented 2 months ago

Describe the bug

Vitepress plugin does not support custom source dir

To Reproduce

Add a custom source dir to your vitepress conf

export default defineConfig({
  srcDir: fileURLToPath(new URL('../../docs', import.meta.url)),
  ....
})

Expected behavior

Orama vitepress plugin should use the custom source dir instead of root dir when custom source dir exists

Environment Info

OS: Mac 14.4.1
Node: 20
Orama: 2.0.16

Affected areas

Initialization

Additional context

No response