Skip to content

Commit

Permalink
test: checking algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 12, 2023
1 parent 6ddab7a commit 359f29b
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.API_KEY,
indexName: process.env.index_name,
appId: process.env.APPLICATION_ID,
apiKey: "8f7db174dec1ec9064ee3224a6ac9e5a",
indexName: "30-days-of-cpp",
appId: "QQPZ8CJIKH",
contextualSearch: true,
placeholder: "Search Tutorial",
},
Expand Down

0 comments on commit 359f29b

Please sign in to comment.