Skip to content

Commit

Permalink
Merge pull request #1694 from appwrite/fix-update-api-key
Browse files Browse the repository at this point in the history
fix: update search key
  • Loading branch information
TorstenDittmann authored Jan 24, 2025
2 parents 39dce04 + 3015c8a commit 5fa4016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const client = new MeiliSearch({
host: 'https://search.appwrite.org',
apiKey: 'd7e83e21c0daf2a471ef4c463c7872e55b91b0cd02e2d20e9c6f6f1c4cd09ed3'
apiKey: '10a5fea149bfaff21ef4d7cbe7f8a09d4fab404d6c3510279a365e065f8955a7'
});
const index = client.index<Props>('website');
Expand Down

0 comments on commit 5fa4016

Please sign in to comment.