mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 09:43:27 +03:00
fix: hide search input fiel
- algolia search is not working
This commit is contained in:
parent
c99beacd58
commit
3749029f34
@ -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>
|
||||
|
@ -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<
|
||||
|
Loading…
Reference in New Issue
Block a user