Skip to content

Commit

Permalink
refactor: Fix apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 12, 2024
1 parent 9047a89 commit 77f7c18
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: '74MFI8NU6J',
apiKey: '99c5714e228ccbcda7903f5f6e419a19',
apiKey: 'ed2e079bdbaa44b6b82eaad5a09db0e1',
indexName: 'nystudio107-code-field',
searchParameters: {
facetFilters: ["version:v3"],
Expand Down

0 comments on commit 77f7c18

Please sign in to comment.