Skip to content

Commit

Permalink
Fix search provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Apr 9, 2024
1 parent e9c162a commit 78ca511
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,7 @@ export default defineConfig({
themeConfig: {
logo: "/logo.png",
search: {
provider: "algolia",
options: {
appId: "...",
apiKey: "...",
indexName: "...",
},
provider: "local",
},
nav: [
{ text: "Guide", link: "/" },
Expand Down

0 comments on commit 78ca511

Please sign in to comment.