mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 03:05:24 -04:00
6 lines
202 B
TypeScript
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;
|