Skip to content

Commit f533608

Browse files
Add Algolia search
1 parent 8d355b6 commit f533608

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vitepress/config.mts

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ export default async () => {
2727
themeConfig: {
2828
logo: './nvim-orgmode.svg',
2929
search: {
30-
provider: 'local'
30+
provider: 'algolia',
31+
options: {
32+
appId: 'EUVP2UF47W',
33+
apiKey: '4be90be7c304081ec37a2b44bccefad5',
34+
indexName: 'nvim-orgmodeio',
35+
}
3136
},
3237
nav: [
3338
{ text: 'Home', link: '/' },

0 commit comments

Comments
 (0)