static-cms/website/src/constants.ts
Daniel Lautzenheiser 421ecf17e6
Feature/website overhaul (#49)
* Reorganize repo
* Overhaul website design and rewrite in NextJS and Typescript
* Delete website-publish.yml
2022-10-25 09:18:18 -04:00

4 lines
92 B
TypeScript

export const SEARCH_RESULTS_TO_SHOW = 10;
export const SUMMARY_MIN_PARAGRAPH_LENGTH = 150;