feat: add algolia search

This commit is contained in:
BenRoe 2022-10-27 11:06:47 +02:00
parent 45f2fd9178
commit c99beacd58
2 changed files with 4 additions and 4 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

@ -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<