summaryrefslogtreecommitdiff
path: root/examples/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src')
-rw-r--r--examples/docs/src/components/Header/Search.tsx1
-rw-r--r--examples/docs/src/config.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/docs/src/components/Header/Search.tsx b/examples/docs/src/components/Header/Search.tsx
index bbe02073d..ebc563c61 100644
--- a/examples/docs/src/components/Header/Search.tsx
+++ b/examples/docs/src/components/Header/Search.tsx
@@ -57,6 +57,7 @@ export default function Search() {
initialScrollY={window.scrollY}
onClose={onClose}
indexName={(CONFIG as any).ALGOLIA.indexName}
+ appId={(CONFIG as any).ALGOLIA.appId}
apiKey={(CONFIG as any).ALGOLIA.apiKey}
transformItems={(items) => {
return items.map((item) => {
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts
index 5953dd97a..174765d27 100644
--- a/examples/docs/src/config.ts
+++ b/examples/docs/src/config.ts
@@ -26,6 +26,7 @@ export const KNOWN_LANGUAGES = {
// See "Algolia" section of the README for more information.
// export const ALGOLIA = {
// indexName: 'XXXXXXXXXX',
+// appId: 'XXXXXXXXXX',
// apiKey: 'XXXXXXXXXX',
// }