Kevin Ang
Kevin Ang
Yes I'm also of the opinion that this should not belong to the core package itself. HTML parsing is tricky, and with image generation you're in the business of making...
> Can anyone verify that Vercel is caching the model when I don't include it in my package? I'd say yes, given that the Vercel Data Cache limit is 2MB....
Did you add this custom `webpack` config on `next.config.js` file? I find that it should at least have these two things: ```js /** @type {import('next').NextConfig} */ const nextConfig = {...