When you use `@cloudflare/next-on-pages`, it generates a worker that is deployed along with the stat

When you use
@cloudflare/next-on-pages
, it generates a worker that is deployed along with the static assets for your Pages project. That worker handles all incoming requests to your Next.js Pages project
Was this page helpful?