I'm trying to add this feature to my Next.js personal website, it works fine in development and local builds, but when deploying to Vercel I'm getting this build error regarding custom fonts :
I'm using these versions in my package.json:
"@vercel/og": "^0.0.20",
"next": "^12.3.1"
I'm trying to add this feature to my Next.js personal website, it works fine in development and local builds, but when deploying to Vercel I'm getting this build error regarding custom fonts :
I'm using these versions in my package.json: "@vercel/og": "^0.0.20", "next": "^12.3.1"
and this is my og.tsx code :
anyway to solve this?