1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 06:45:23 -04:00
jarv.is/lib/config/constants.ts

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;