Skip to content

Commit 3e28369

Browse files
committed
fix: update Algolia DocSearch configuration
1 parent e8fc1d6 commit 3e28369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: script/component/MainPage.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ const MainPage = {
108108

109109
docsearch({
110110
container: '#docsearch',
111-
appId: 'YOUR_APP_ID', // TODO: replace with `appId` from https://docsearch.algolia.com/apply/
112-
indexName: 'YOUR_INDEX_NAME', // TODO: replace with `indexName` from https://docsearch.algolia.com/apply/
113-
apiKey: 'YOUR_SEARCH_API_KEY' // TODO: replace with `apiKey` from https://docsearch.algolia.com/apply/
111+
appId: '2UUKVSBT3M',
112+
indexName: 'typeorm',
113+
apiKey: '8392de2c2e76d873b60bf10562aab788'
114114
});
115115
},
116116
methods: {

0 commit comments

Comments
 (0)