Skip to content

Commit

Permalink
update: 🐛 in algolia integration
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 22, 2023
1 parent a587ede commit b3752e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@ const config = {
({
// Replace with your project's social card
algolia: {
appId: "SKRAQTXG41",

// Public API key: it is safe to commit it
apiKey: "4eadbd9906c2db99f8c4d53bb7202144",

indexName: "subhadipbhowmik",
appId: "SKRAQTXG41",

// Optional: see doc section below
contextualSearch: true,
placeholder: "Search Tutorial",
},
image: "img/30-days-cpp-banner.png",
navbar: {
Expand Down

0 comments on commit b3752e4

Please sign in to comment.