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 356b9dc commit 49a8ba9Copy full SHA for 49a8ba9
components/AlgoliaSearch/MobileSearch.component.jsx
@@ -6,8 +6,8 @@ import WOO_CONFIG from 'utils/config/nextConfig';
6
import SearchResults from './SearchResults.component';
7
8
const searchClient = algoliasearch(
9
- WOO_CONFIG.ALGOLIA_APP_ID,
10
- WOO_CONFIG.ALGOLIA_PUBLIC_API_KEY
+ process.env.ALGOLIA_APP_ID,
+ process.env.ALGOLIA_PUBLIC_API_KEY
11
);
12
13
/**
0 commit comments