emersonbottero / vitepress-plugin-search

Provide local search to your documentation site.
MIT License
238 stars 30 forks source link

Fix: vitepress alpha.38 also changes localeIndex signature from `/` to `root` #45

Closed Raiondesu closed 1 year ago

Raiondesu commented 1 year ago

New localeIndex property now actually returns root instead of / for some reason.

This requires link concatenation logic rework.

I originally didn't notice this peculiarity while proposing #44