Skip to content

Commit

Permalink
docs: update algolia appId and key
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 26, 2022
1 parent 183c6fb commit b26b84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Expand Up @@ -87,8 +87,8 @@ export default defineConfig({
],

algolia: {
appId: 'BH4D9OD16A',
apiKey: 'b573aa848fd57fb47d693b531297403c',
appId: '7H67QR5P0A',
apiKey: 'deaab78bcdfe96b599497d25acc6460e',
indexName: 'vitejs',
searchParameters: {
facetFilters: ['tags:en']
Expand Down

0 comments on commit b26b84b

Please sign in to comment.