This repository was archived by the owner on May 10, 2021. It is now read-only.
v2.4.0
- 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
. Seenext-on-netlify --help
and this comment. - Remove workaround for making
404.html
work withnetlify dev
. The workaround is no longer required becausenetlify dev
has been patched.