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

do not double import site-wide opengraph-image.jpg

This commit is contained in:
2025-04-11 14:22:06 -04:00
parent 4cb6ed82ee
commit 0ade75716e
9 changed files with 108 additions and 239 deletions

View File

@@ -3,7 +3,7 @@ export const POSTS_DIR = "notes";
// path to an image used in various places to represent the site, relative to project root
// IMPORTANT: must be included in next.config.ts under "outputFileTracingIncludes"
export const AVATAR_PATH = "app/selfie.jpg";
export const AVATAR_PATH = "app/avatar.jpg";
// maximum width of content wrapper (e.g. for images) in pixels
export const MAX_WIDTH = 865;