/** Path to directory with .mdx files, relative to project root. */ export const POSTS_DIR = "notes"; /** * Path to an image used in various places to represent the site, relative to project root. This path must be included * in [next.config.ts](../../next.config.ts) under `outputFileTracingIncludes`. */ export const AVATAR_PATH = "app/avatar.jpg"; /** Maximum width of content wrapper (e.g. for images) in pixels. */ export const MAX_WIDTH = 865;