This repository was archived by the owner on May 10, 2021. It is now read-only.
Commit 759ad7e
committed
Publish 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](#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](#26 (comment)).
- Remove workaround for making `404.html` work with `netlify dev`. The
workaround is no longer required because [`netlify dev` has been
patched](netlify/cli#1159).1 parent 565180e commit 759ad7e
3 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments