mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 18:01:24 +02:00
Added process variables
This commit is contained in:
@@ -10,9 +10,9 @@ export const Searchbox: React.FunctionComponent<ISearchboxProps> = (props: React
|
||||
return (
|
||||
<>
|
||||
<DocSearch
|
||||
apiKey={`00a3aec5d2fd408fdfce332b0b8c8dcb`}
|
||||
indexName={`documentation`}
|
||||
appId={`ITVR93WPJF`}
|
||||
apiKey={process.env.NEXT_PUBLIC_AGOLIA_APIKEY || ""}
|
||||
indexName={process.env.NEXT_PUBLIC_AGOLIA_INDEX || ""}
|
||||
appId={process.env.NEXT_PUBLIC_AGOLIA_APPID || ""}
|
||||
disableUserPersonalization={true}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user