Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@FinnWoelm FinnWoelm released this 06 Sep 06:19
· 14 commits to master since this release
  • Add support for base64 encoding in responses returned from SSR pages and API endpoints
  • Reduce the number of rewrites generated by skipping SSG & HTML pages with static routing. These pages are routed automatically by Netlify (#26)
  • Limit the default number of lines of build output to 50. More or fewer lines can be shown by running next-on-netlify with the option --max-log-lines XX. See next-on-netlify --help and this comment.
  • Remove workaround for making 404.html work with netlify dev. The workaround is no longer required because netlify dev has been patched.