Skip to content

Commit

Permalink
Update routes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 12, 2024
1 parent 7408255 commit a9b9e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a9b9e80

Please sign in to comment.