Files
jarv.is/lib/config/constants.ts
T
2025-04-16 15:00:02 -04:00

6 lines
202 B
TypeScript

/** Path to directory with .mdx files, relative to project root. */
export const POSTS_DIR = "notes";
/** Maximum width of content wrapper (e.g. for images) in pixels. */
export const MAX_WIDTH = 865;