Skip to content

Commit

Permalink
chore: use previous algolia config (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelAndalon authored Dec 19, 2022
1 parent 6c3a7ad commit d903a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ module.exports = {
}
},
algolia: {
appId: 'ZXPXG95H16',
apiKey: '0a653b3212bc40fd51d4ead119b67bd3',
indexName: 'graphql-kotlin'
appId: 'B2J35I9RRE',
apiKey: 'f040c6941342dc872146a008495313a2',
indexName: 'expediagroup-graphql-kotlin'
}
}
}

0 comments on commit d903a39

Please sign in to comment.