Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 21:00
db0cbb3

404 Page Support

The server function now has the capability to serve out 404 pages in both regional and edge mode.

In this release, we have implemented significant improvements in the way the server function handles requests for 404 pages and requests for files in your /public folder. These requests had to be handled differently depending on whether the server function is deployed as regional or edge. Read more about it here.

Changes

  • 787c1b2: Support Next.js 404 pages
  • 6395849: Fix "Cannot find package 'next'"