diff options
Diffstat (limited to 'smoke/docs-main/src/components/Header/Search.tsx')
-rw-r--r-- | smoke/docs-main/src/components/Header/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/docs-main/src/components/Header/Search.tsx b/smoke/docs-main/src/components/Header/Search.tsx index c4fd6f984..c42bd8847 100644 --- a/smoke/docs-main/src/components/Header/Search.tsx +++ b/smoke/docs-main/src/components/Header/Search.tsx @@ -57,7 +57,7 @@ export default function Search(props) { initialScrollY={window.scrollY} onClose={onClose} indexName="astro" - appId='7AFBU8EPJU' + appId="7AFBU8EPJU" apiKey="4440670147c44d744fd8da35ff652518" searchParameters={{ facetFilters: [[`lang:${lang}`]] }} getMissingResultsUrl={({ query }) => `https://github.com/withastro/docs/issues/new?title=Missing+results+for+query+%22${encodeURIComponent(query)}%22`} |