Skip to content

Commit

Permalink
feat(frontend): add config params for search
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 16, 2024
1 parent 5a4904b commit 45b8789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export const title = 'I.Sicily';
export const description = `${title} is dedicated to the inscribed texts from ancient Sicily, combining an open access digital corpus with news, blogs and other resources.`;
export const url = dev ? 'http://localhost:5173/' : publicUrl;

export const search = {
limit: 20
};

export const imageServer =
'https://apheleia.classics.ox.ac.uk/iipsrv/iipsrv.fcgi?IIIF=inscription_images/';
export const imageThumbParams = 'full/400,/0/default.jpg';

0 comments on commit 45b8789

Please # to comment.