1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-18 21:34:25 -04:00

prettier dynamic opengraph images 💅

This commit is contained in:
2025-04-16 15:00:02 -04:00
parent a6d4056947
commit e67d49f430
7 changed files with 99 additions and 81 deletions

View File

@@ -1,11 +1,5 @@
/** 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;