Skip to content

Commit 6e6c7b4

Browse files
authored
Merge pull request #222 from 0xPolygonID/agolia_search
Fix search
2 parents 4854e78 + 3468684 commit 6e6c7b4

File tree

2 files changed

+426
-30
lines changed

2 files changed

+426
-30
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
},
6464
algolia: {
6565
// need to update this
66-
indexName: "devs-polygonid",
66+
indexName: "privado",
6767
appId: process.env.ALGOLIA_APP_ID,
6868
apiKey: process.env.ALGOLIA_API_KEY,
6969
contextualSearch: true,

0 commit comments

Comments
 (0)