Skip to content

Commit

Permalink
update: 🐛updated api key
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 14, 2023
1 parent 0f716e8 commit 2f48888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config = {
({
// Replace with your project's social card
algolia: {
apiKey: "4eadbd9906c2db99f8c4d53bb7202144",
apiKey: "5429a3e02c9143e12ea148b0ab9e9ac4",
indexName: "subhadipbhowmik",
appId: "SKRAQTXG41",
contextualSearch: true,
Expand Down
2 changes: 2 additions & 0 deletions siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ new Crawler({
pathsToMatch: [
"https://subhadipbhowmik.github.io/30-Days-Of-CPP/**",
"https://subhadipbhowmik.github.io/30-Days-Of-CPP/docs/**",
"https://subhadipbhowmik.github.io/30-Days-Of-CPP/blog/**",
],
recordExtractor: ({ helpers }) => {
return helpers.docsearch({
Expand Down Expand Up @@ -96,6 +97,7 @@ new Crawler({
},
appId: "SKRAQTXG41",
apiKey: "5429a3e02c9143e12ea148b0ab9e9ac4",
indexName: "subhadipbhowmik",
extraUrls: [
"https://subhadipbhowmik.github.io/30-Days-Of-CPP/docs/intro",
"https://subhadipbhowmik.github.io/30-Days-Of-CPP/blog",
Expand Down

0 comments on commit 2f48888

Please sign in to comment.