Closed
Description
One of our Netlify Build plugins generates a _redirects
file based on the .next/routes-manifest.json
. In particular, it uses the dynamicRoutes
property in that file and converts those to lines appended to the _redirects
file.
next-on-netlify
also includes some logic to convert Next.js redirects to Netlify. Is there anything useful in that plugin which could be added to next-on-netlify
?
Either way, we should also consider removing that plugin from our list of plugins if @netlify/plugin-nextjs
covers the same use cases.