Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 428 Bytes

vuepress-plugin-meilisearch2

default-theme-use

import { defineUserConfig } from 'vuepress';
import { MeiliSearchPlugin } from 'vuepress-plugin-meilisearch2';

defineUserConfig({
  plugins: [
    MeiliSearchPlugin({
      host: '',
      apiKey: '',
      indexUid: '',
    })
  ]
})

See the documentation for more details