We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e93536 commit bc7b6a9Copy full SHA for bc7b6a9
website/siteConfig.js
@@ -12,10 +12,12 @@ const siteConfig = {
12
title: "React Redux", // Title for your website.
13
tagline: "React Redux Documentation",
14
url: "https://react-redux.js.org", // Your website URL
15
- baseUrl: "/", // Base URL for your project */
16
- // For github.io type URLs, you would set the url and baseUrl like:
17
- // url: 'https://facebook.github.io',
18
- // baseUrl: '/test-site/',
+ baseUrl: "/",
+ algolia: {
+ apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
+ indexName: 'react-redux',
19
+ algoliaOptions: {}
20
+ },
21
22
// Used for publishing and more
23
projectName: "react-redux",
0 commit comments