Skip to content

Commit 1d88934

Browse files
authored
Fix website search (yewstack#3522)
1 parent 8d2cfde commit 1d88934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports = {
121121
},
122122
algolia: {
123123
appId: 'F8S2ICRD2T',
124-
apiKey: '2dc337d68f84389c3713a393aff39816',
124+
apiKey: '2a1c25e8b0a9c95d6d71658887ad4466',
125125
indexName: 'yew-rs',
126126
contextualSearch: true,
127127
insights: true, // Optional, automatically send insights when user interacts with search results

0 commit comments

Comments
 (0)