This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Releases: cloudflare/next-on-pages
Releases · cloudflare/next-on-pages
[email protected]
@cloudflare/[email protected]
Patch Changes
- 024b161: Deprecate package and pin
nextandvercelpeer dependencies
[email protected]
@cloudflare/[email protected]
Patch Changes
- 7933c1a: Ignore invalid favicon.ico.rsc nodejs functions being generated by the Vercel CLI (since 46.1.0)
@cloudflare/[email protected]
Patch Changes
- 2f21b3a: Fix the incorrect application of overrides without a specified path
[email protected]
@cloudflare/[email protected]
Patch Changes
-
3eb97bb: ignore invalid rsc lambdas created for prerendered functions
As of [email protected] incorrect lambda rsc functions get generated for prerendered routes, the changes here make sure that such routes get ignored
[email protected]
@cloudflare/[email protected]
Patch Changes
- 3d651bc: fix internal usage of
globalinstead ofglobalThis(which causes some reference errors)