mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
update DocSearch do use env vars
This commit is contained in:
parent
0836329a08
commit
7bca3d3431
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ export const Search: React.FC = () => {
|
||||||
|
|
||||||
// TODO: Replace Algolia test keys with above env vars when ready
|
// TODO: Replace Algolia test keys with above env vars when ready
|
||||||
return (
|
return (
|
||||||
<DocSearch appId='R2IYF7ETH7' apiKey='599cec31baffa4868cae4e79f180729b' indexName='docsearch' />
|
<DocSearch appId={appId} apiKey={apiKey} indexName={indexName} />
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue