This repository was archived by the owner on May 10, 2021. It is now read-only.
v2.1.0
- Add support for NextJS optional catch-all routes (#15)
- Fix: An
index.js
page withgetStaticProps
no longer causesnext-on-netlify
to fail (#18) - Fix: Catch-all routes now correctly require that at least one URL parameter is present (unlike optional catch-all routes) (479b7e7)
- Fix: Data routes now correctly work for pages with catch-all routing (0412b45)