diff --git a/docusaurus.config.js b/docusaurus.config.js index d8c40805e..966243bc6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,7 +53,7 @@ const config = { ({ // Replace with your project's social card algolia: { - apiKey: "4eadbd9906c2db99f8c4d53bb7202144", + apiKey: "5429a3e02c9143e12ea148b0ab9e9ac4", indexName: "subhadipbhowmik", appId: "SKRAQTXG41", contextualSearch: true, diff --git a/siteConfig.js b/siteConfig.js index 949b70028..033ac7555 100644 --- a/siteConfig.js +++ b/siteConfig.js @@ -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({ @@ -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",