1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-27 17:05:42 -04:00
Files
jarv.is/lib/config/constants.ts

3 lines
111 B
TypeScript

/** Path to directory with .mdx files, relative to project root. */
export const POSTS_DIR = "notes" as const;