diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 610f682..09dae5c 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -44,7 +44,7 @@ interface Scratch { content: string; } -const MEILISEARCH_ENDPOINT = 'https://meili.site.quack-lab.dev/'; +const MEILISEARCH_ENDPOINT = 'https://meili.site.quack-lab.dev'; const MEILISEARCH_API_KEY = '31qXgGbQ3lT4DYHQ0TOKpMzh7wcigs7agHyxP5Fz6T6D61xsvNr24uO8ifndKOfM'; const NOTE_INDEX = 'notes'; const SCRATCH_INDEX = 'scratch';