We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ead915 commit 6182253Copy full SHA for 6182253
docusaurus/website/siteConfig.js
@@ -82,6 +82,11 @@ const siteConfig = {
82
// You may provide arbitrary config keys to be used as needed by your
83
// template. For example, if you need your repo's URL...
84
repoUrl: 'https://github.com/facebook/create-react-app',
85
+
86
+ algolia: {
87
+ apiKey: '3be60f4f8ffc24c75da84857d6323791',
88
+ indexName: 'create-react-app',
89
+ }
90
};
91
92
module.exports = siteConfig;
0 commit comments