Skip to content

Commit 67af40e

Browse files
committed
switch search to local provider
1 parent 3f41afa commit 67af40e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,7 @@ export default defineConfig({
278278
},
279279

280280
search: {
281-
provider: "algolia",
282-
options: {
283-
appId: "53WE0HHYGT",
284-
apiKey: "ce612349c2e1e35842e9630128e92dc2",
285-
indexName: "moddota",
286-
},
281+
provider: "local",
287282
},
288283
},
289284

0 commit comments

Comments
 (0)