Skip to content

Commit ae1bc21

Browse files
author
Noah Lee
authored
Enable contextual search (#31)
1 parent bd2a047 commit ae1bc21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ const config = {
160160
},
161161
algolia: {
162162
appId: 'ZDLINYGROS',
163-
apiKey: '0a7eb21f346bb9251fdfd012329277d4',
163+
apiKey: 'd45b62469926927090c8af5e8b372f6e',
164164
indexName: 'gitploy',
165+
contextualSearch: true
165166
}
166167
}),
167168
};

0 commit comments

Comments
 (0)