Merge pull request 'bring back search algolia' (!49) from main_search into main

Reviewed-on: tfgrid/www_docs_threefold_io#49
This commit is contained in:
mik-tf 2024-11-25 16:03:33 +00:00
commit 6bc9ec60e0

View File

@ -75,6 +75,16 @@ const config: Config = {
themeConfig: {
algolia: {
// The application ID provided by Algolia
appId: 'ARAM4VJG2D',
// Public API key: it is safe to commit it
apiKey: '674fd2945f4e534903ff074723bd20be',
indexName: 'threefold',
},
colorMode: {
defaultMode: 'dark',