Skip to content

Commit bc7b6a9

Browse files
endilieytimdorr
authored andcommitted
docs: enable search for docusaurus site (#1060)
1 parent 1e93536 commit bc7b6a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

website/siteConfig.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ const siteConfig = {
1212
title: "React Redux", // Title for your website.
1313
tagline: "React Redux Documentation",
1414
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/',
15+
baseUrl: "/",
16+
algolia: {
17+
apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
18+
indexName: 'react-redux',
19+
algoliaOptions: {}
20+
},
1921

2022
// Used for publishing and more
2123
projectName: "react-redux",

0 commit comments

Comments
 (0)