We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061b879 commit 1b29e27Copy full SHA for 1b29e27
website/docusaurus.config.js
@@ -23,6 +23,12 @@ module.exports = {
23
repoUrl: 'https://github.com/accounts-js/accounts',
24
},
25
themeConfig: {
26
+ algolia: {
27
+ apiKey: '016cff68ff1e2085dfbc51fda088bb08',
28
+ appId: 'LKY03361YR',
29
+ indexName: 'accounts',
30
+ contextualSearch: true,
31
+ },
32
fathomAnalytics: {
33
siteId: 'NZPJJZTJ',
34
customDomain: 'https://goose.accountsjs.com',
0 commit comments