diff --git a/website/src/routes.ts b/website/src/routes.ts index 4980b5b141..e0db4834a7 100644 --- a/website/src/routes.ts +++ b/website/src/routes.ts @@ -3,7 +3,7 @@ import type { FilterValue, MutationFilter } from './types/config.ts'; import type { OrderBy } from './types/lapis.ts'; import { getAccessionVersionString } from './utils/extractAccessionVersion.ts'; -const approxMaxUrlLengthForSearch = 1900; +const approxMaxUrlLengthForSearch = 5; export const routes = { aboutPage: () => '/about',