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

v2.1.0

Compare
Choose a tag to compare
@FinnWoelm FinnWoelm released this 06 Sep 07:22
· 51 commits to master since this release
  • Add support for NextJS optional catch-all routes (#15)
  • Fix: An index.js page with getStaticProps no longer causes next-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)