Files
indiekit-blog/package.json
svemagie 9254487c2a
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m21s
fix: remove duplicate OG image generation in build script
build:og was running before eleventy, then eleventy.before ran it again —
two full generation passes per build. Since eleventy.before handles OG
generation, the standalone pre-step is redundant.

Also fix build:og path: was passing .cache (parent dir) which after the
ogDir rename wrote PNGs to the wrong location. Now uses OG_CACHE_DIR env
var with .cache/og as fallback, matching eleventy.config.js behaviour.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 10:04:56 +02:00

1.9 KiB