Files
Elie Habib fd37fa4525 fix(blog): bundle Inter fonts locally for OG image generation (#1503)
The build fetches Inter font TTFs from fonts.gstatic.com at build time.
Vercel's build environment cannot reach Google servers (ETIMEDOUT),
causing the entire deployment to fail. Bundle the fonts as local files
and read them from disk instead.
2026-03-12 23:27:48 +04:00
..