Skip to content

Commit

Permalink
fix(search): Added frontend api key
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT authored Jun 14, 2023
1 parent 0f39655 commit 5fecbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/organisms/Search/SearchWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import Title from '@/stories/atoms/Title/Title.vue';
import Subtitle from '@/stories/atoms/Subtitle/Subtitle.vue';
import BetaBadge from '@/stories/atoms/BetaBadge.vue';
import { onMounted, ref } from 'vue';
const searchClient = instantMeiliSearch('https://search.bergflix.de', '', {
const searchClient = instantMeiliSearch('https://search.bergflix.de', '623425c4ff203794010003bd8beed1ce7641404be4115991db283cb954314524', {
finitePagination: true,
});
const emit = defineEmits(['close']);
Expand Down

0 comments on commit 5fecbcc

Please sign in to comment.