add algolia block
This commit is contained in:
parent
53ba67c40a
commit
6119c882e9
1 changed files with 9 additions and 0 deletions
|
|
@ -121,6 +121,15 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
algolia: {
|
||||
appId: "SMEA51Q5OL",
|
||||
// public key, safe to commit
|
||||
apiKey: "b2ec302e9880e8979ad6a68f0c36271e",
|
||||
indexName: "openrag",
|
||||
contextualSearch: true,
|
||||
searchParameters: {},
|
||||
searchPagePath: "search",
|
||||
},
|
||||
prism: {
|
||||
theme: prismThemes.github,
|
||||
darkTheme: prismThemes.dracula,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue