Skip to content

Commit

Permalink
chore: update algolia api key
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 25, 2023
1 parent 35ea80e commit 9b58cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/components/AlgoliaSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ onMounted(() => {
container: '#docsearch',
appId: 'DVNV64RN9R',
indexName: 'vuestic',
apiKey: 'cd8e70cb466bf6df138543a38c33ea5e',
apiKey: '8b7272f0ee34e6e6c6e1b257c8fc054d',
// absolutely kekw but docsearch is based on React, so we simulate React.createElement()
// @ts-ignore
hitComponent ({ hit, children }) {
Expand Down

0 comments on commit 9b58cb2

Please sign in to comment.