Skip to content

Commit f7ffd51

Browse files
authored
Enable Algolia search
1 parent 0fab683 commit f7ffd51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/siteConfig.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ const siteConfig = {
1414
url: 'https://redux-starter-kit.js.org', // Your website URL
1515
baseUrl: '/',
1616
docsUrl: '',
17-
// Disable search until we get a new key from Algolia
18-
/*
1917
algolia: {
20-
apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
18+
apiKey: '82d838443b672336bf63cab4772d9eb4',
2119
indexName: 'redux-starter-kit',
2220
algoliaOptions: {}
2321
},
24-
*/
22+
2523

2624
// Used for publishing and more
2725
projectName: 'redux-starter-kit',

0 commit comments

Comments
 (0)