- Move menu, footer, and social links to `config.tsx` - Create `constants.ts` for shared constants like `POSTS_PER_PAGE` - Extract translation utility to `translator.ts` - Move table of contents generation to `lib/blog/toc.ts` - Update import paths across multiple components - Simplify email configuration using `siteConfig`
2 lines
33 B
TypeScript
2 lines
33 B
TypeScript
export const POSTS_PER_PAGE = 6;
|