mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-28 23:42:12 +03:00
feat: add algolia search
This commit is contained in:
parent
45f2fd9178
commit
c99beacd58
@ -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>
|
||||
|
@ -36,9 +36,9 @@ export const COMMUNITY_INVITE_URL = `https://github.com/BenRoe/awesome-mechanica
|
||||
|
||||
// See "Algolia" section of the README for more information.
|
||||
export const ALGOLIA = {
|
||||
indexName: '',
|
||||
appId: '',
|
||||
apiKey: '',
|
||||
indexName: 'keebfolio',
|
||||
appId: 'E65BH61QN6',
|
||||
apiKey: 'e7521b417b0698781223223817233741',
|
||||
};
|
||||
|
||||
export type Sidebar = Record<
|
||||
|
Loading…
Reference in New Issue
Block a user