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 6e2db30 commit 356b9dcCopy full SHA for 356b9dc
components/AlgoliaSearch/AlgoliaSearchBox.component.jsx
@@ -6,8 +6,6 @@ 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
11
process.env.ALGOLIA_APP_ID,
12
process.env.ALGOLIA_PUBLIC_API_KEY
13
);
0 commit comments