Remove trailing slash on meili endpoint

This commit is contained in:
2025-08-29 12:11:20 +02:00
parent 1982bce13d
commit 3b7fb42774

View File

@@ -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';