Skip to content

Commit 1c7342d

Browse files
committed
add algolia search
1 parent 97abcd6 commit 1c7342d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ const config = {
101101
theme: lightCodeTheme,
102102
darkTheme: darkCodeTheme,
103103
},
104+
algolia: {
105+
appId: 'YKTLKDBBGV',
106+
// Public API key: it is safe to commit it
107+
apiKey: 'b75f1257f754f7f15e79a16b81bef105',
108+
indexName: 'opencomponents'
109+
},
104110
}),
105111
};
106112

0 commit comments

Comments
 (0)