/** 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;