just checking in on this after a while... did the weird as heck billing ever get sorted out with thi
just checking in on this after a while... did the weird as heck billing ever get sorted out with this?
{result: [{ results: [{ ... }] }]} not {result: {result: {}}}url, but pass in the html provided from /content of scraping that url and it doesn't work 

@vercel/og via Cloudflare Pages Functions is definitely faster and more efficient than browser-based rendering, perfect for generating dynamic PNG/SVG from React components at scale.



{result: [{ results: [{ ... }] }]}{result: {result: {}}}urlhtml/contentBrowser Rendering is not supported locally. Please use `wrangler dev --remote` instead.@vercel/og const browser = await puppeteer.launch(env.VIRTUAL_BROWSER, {}); const browser = await puppeteer.launch(env.VIRTUAL_BROWSER, {});const page = await browser.newPage();
await page.goto(url, { waitUntil: "networkidle2", timeout: 100000 }); const browser = await puppeteer.launch(env.VIRTUAL_BROWSER, {});
const page = await browser.newPage();
await page.goto(url, { waitUntil: "networkidle2", timeout: 100000 });