Skip to content

Releases: cloudflare/next-on-pages

v0.4.2

16 Mar 22:03
2b97f9d
Compare
Choose a tag to compare

Patch Changes

  • a937040: fixed npx not working on windows
  • bcceaf0: Fix Windows file paths not matching entries in the middleware manifest.
  • da15971: Add support for Next.js basepath

v0.4.1

15 Mar 21:01
ba6b36c
Compare
Choose a tag to compare

Patch Changes

  • 7bb0c55: Fix fetch requests.
  • 72bd20c: add support for middleware in src dir
  • b4b4ed0: Fix Webpack minification and toggle esbuild minification.
  • 8a14ee3: adjust request so that it contains geo headers

v0.4.0

14 Mar 20:35
8ff78c7
Compare
Choose a tag to compare

Minor Changes

  • 6b8cda7: Avoid invoking worker for static files

Patch Changes

  • 6337b9a: remove redundant vercel install

v0.3.0

09 Feb 12:19
aa5202e
Compare
Choose a tag to compare

Minor Changes

  • 9ef93ff: Environment variables and bindings are now available on process.env from within your SSR'd pages/API handlers!