File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ const themeConfig = {
273273 algolia : {
274274 appId : 'N8EOCSBQGH' ,
275275 apiKey : 'e97714a64e2b4b8b8fe0b01cd8592870' , // search only (public) API key
276- indexName : 'test_test_apify_sdk ' ,
276+ indexName : 'apify_sdk_v2 ' ,
277277 algoliaOptions : {
278278 facetFilters : [ 'version:VERSION' ] ,
279279 } ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function SearchBar() {
5959 < BrowserOnly >
6060 { ( ) => < ApifySearch
6161 algoliaAppId = { siteConfig . themeConfig . algolia . appId }
62- algoliaIndexName = 'test_test_apify_sdk '
62+ algoliaIndexName = 'apify_sdk_v2 '
6363 algoliaKey = { siteConfig . themeConfig . algolia . apiKey }
6464 filters = { `version:${ getVersion ( ) } ` }
6565 navigate = { navigate }
You can’t perform that action at this time.
0 commit comments