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 f50a8ee commit 75148e1Copy full SHA for 75148e1
components/AlgoliaSearch/MobileSearch.component.jsx
@@ -5,8 +5,8 @@ import { useState } from 'react';
5
import SearchResults from './SearchResults.component';
6
7
const searchClient = algoliasearch(
8
- process.env.ALGOLIA_APP_ID,
9
- process.env.ALGOLIA_PUBLIC_API_KEY
+ process.env.NEXT_PUBLIC_ALGOLIA_APP_ID,
+ process.env.NEXT_PUBLIC_ALGOLIA_PUBLIC_API_KEY
10
);
11
12
/**
0 commit comments