Skip to content

Commit

Permalink
update: added algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 12, 2023
1 parent e21dbb1 commit 6ddab7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const config = {
({
// Replace with your project's social card
algolia: {
apiKey: process.env.ALGOLIA_API_KEY,
indexName: process.env.ALGOLIA_indexName,
appId: process.env.ALGOLIA_ID,
apiKey: process.env.API_KEY,
indexName: process.env.index_name,
appId: process.env.APPLICATION_ID,
contextualSearch: true,
placeholder: "Search Tutorial",
},
Expand Down

0 comments on commit 6ddab7a

Please sign in to comment.