emersonbottero / vitepress-plugin-search

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

error when building and deploying #83

Closed Heus-Sueh closed 8 months ago

Heus-Sueh commented 8 months ago

For some reason it stays in infinite "indexing" and doesn't come out of it, it stayed for 2 hours and nothing image

This is my repository if you want to investigate: https://github.com/c-pirataria/Megathread-V2

emersonbottero commented 8 months ago

vitepress has first class search now.. just use

 themeConfig: {
    search: {
      provider: 'local'
    }
}
Heus-Sueh commented 8 months ago

vitepress has first class search now.. just use

 themeConfig: {
    search: {
      provider: 'local'
    }
}

unfortunately their search doesn't work well with my project and I don't know why

emersonbottero commented 8 months ago

add --- at the end of index.md than

Heus-Sueh commented 8 months ago

add --- at the end of index.md than

didn't solve

Heus-Sueh commented 8 months ago

Wait, actually I was stupid and didn't deploy it

Heus-Sueh commented 8 months ago

add --- at the end of index.md than

resolved