mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-27 17:05:42 -04:00
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
/** Path to directory with .mdx files, relative to project root. */
|
|
export const POSTS_DIR = "notes" as const;
|