Skip to content

Commit

Permalink
fix: Fix API key
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 10, 2024
1 parent 1fc3956 commit a032bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
},
algolia: {
appId: 'PBLZ7FT9Z3',
apiKey: 'ab56b755c575dc94a58f7d1cae6e4e0e',
apiKey: '953923b236f39535b8553f4143cab98d',
indexName: 'retour',
searchParameters: {
facetFilters: ["version:v3"],
Expand Down

0 comments on commit a032bf7

Please sign in to comment.