Where is the @vercel/og source?
Unanswered
MattIPv4 posted this in #help-forum
MattIPv4OP
https://github.com/vercel/satori/issues/565 was fixed nearly a year ago in Satori itself, but the latest release of @vercel/og still has an older (broken) version of Satori included (based on https://www.npmjs.com/package/@vercel/og?activeTab=code), and so Next.js itself also has the broken version (https://github.com/vercel/next.js/blob/canary/packages/next/src/compiled/%40vercel/og/package.json).We're having to maintain a PNPM patch to fix this in Next.js for our project, and it's quite the annoyance. Where is the source for @vercel/og so that I could submit a PR to bump the Satori version?