add algolia block

This commit is contained in:
April M 2026-01-07 05:47:28 -08:00
parent 53ba67c40a
commit 6119c882e9

View file

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