fix: hide search input fiel

- algolia search is not  working
This commit is contained in:
BenRoe 2022-11-07 15:36:35 +01:00
parent c99beacd58
commit 3749029f34
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const lang = getLanguageFromURL(currentPage);
<div style="flex-grow: 1;"></div>
{KNOWN_LANGUAGE_CODES.length > 1 && <LanguageSelect lang={lang} client:idle />}
<div class="search-item">
<Search client:idle />
<!--<Search client:idle />-->
</div>
</nav>
</header>

View File

@ -38,7 +38,7 @@ export const COMMUNITY_INVITE_URL = `https://github.com/BenRoe/awesome-mechanica
export const ALGOLIA = {
indexName: 'keebfolio',
appId: 'E65BH61QN6',
apiKey: 'e7521b417b0698781223223817233741',
apiKey: 'xxxxxxxxxxx',
};
export type Sidebar = Record<