You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Create an adaptation of serverless-next.js' expressifyDynamicRoute
function: getNetlifyRoute. Our getNetlifyRoute function differs from
the expressifyDynamicRoute in that it converts catch-all routes from
[...params] to /:* rather than to /:params*. The latter does not work
with Netlify routing, but our version does.
0 commit comments