This repository was archived by the owner on May 10, 2021. It is now read-only.
Commit 5edc905
committed
Publish v2.1.0
- Add support for [NextJS optional catch-all routes](
https://nextjs.org/docs/api-routes/dynamic-api-routes#optional-catch-all-api-routes
) ([#15](#15))
- Fix: An `index.js` page with `getStaticProps` no longer causes
`next-on-netlify` to fail
([#18](#18))
- Fix: Catch-all routes now correctly require that at least one URL
parameter is present (unlike optional catch-all routes)
([479b7e7](479b7e7))
- Fix: Data routes now correctly work for pages with catch-all routing
([0412b45](0412b45))1 parent 7d8b551 commit 5edc905
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
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