Skip to content

Commit 49a8ba9

Browse files
authored
Update MobileSearch.component.jsx
1 parent 356b9dc commit 49a8ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/AlgoliaSearch/MobileSearch.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import WOO_CONFIG from 'utils/config/nextConfig';
66
import SearchResults from './SearchResults.component';
77

88
const searchClient = algoliasearch(
9-
WOO_CONFIG.ALGOLIA_APP_ID,
10-
WOO_CONFIG.ALGOLIA_PUBLIC_API_KEY
9+
process.env.ALGOLIA_APP_ID,
10+
process.env.ALGOLIA_PUBLIC_API_KEY
1111
);
1212

1313
/**

0 commit comments

Comments
 (0)