Add Algolia search

This commit is contained in:
Erope 2022-06-14 17:30:39 +08:00
parent a6502ce2e9
commit 05a310ff94
No known key found for this signature in database
GPG Key ID: 934F29AB0411C0E9

View File

@ -69,6 +69,11 @@ export default defineConfig({
editLinkText: 'Edit this page on GitHub',
lastUpdated: 'Last Updated'
}
},
algolia: {
appId: 'HP6QF6KMZD',
apiKey: 'fb8bae9ed373d1057e0c07fcf32b3f1a',
indexName: 'nezhahq'
}
}
})