Skip to content

Commit

Permalink
Merge pull request #222 from 0xPolygonID/agolia_search
Browse files Browse the repository at this point in the history
Fix search
  • Loading branch information
0xpulkit authored Nov 25, 2024
2 parents 4854e78 + 3468684 commit 6e6c7b4
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
},
algolia: {
// need to update this
indexName: "devs-polygonid",
indexName: "privado",
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.ALGOLIA_API_KEY,
contextualSearch: true,
Expand Down
Loading

0 comments on commit 6e6c7b4

Please sign in to comment.