Skip to content

Commit ecd8bf0

Browse files
authored
docs(search): correct credentials for docsearch (#95)
1 parent 550ff2f commit ecd8bf0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ module.exports = {
252252
editLinkText: 'Suggest changes to this page',
253253

254254
algolia: {
255-
apiKey: '1a5c5a504139c58f428974c78c55291d',
255+
appId: 'LCBV6MIFS6',
256+
apiKey: '1ff173fe73b20edc962c1c24c0b1c160',
256257
indexName: 'slidev',
257258
searchParameters: {
258259
// for translations maintainers: change the filter to your locale code (subdomain name)

0 commit comments

Comments
 (0)