Hi folks! In this PR, I upgraded next 8 -> 10 and a few other deps, please have a look.
Currently the template only uses Next's static export feature (via exportPathMap), but Netlify has since supported full-featured next app. I wonder if we could rewrite the template a bit so it could take advantage of the static optimization & dynamic route features, so users may deploy the frontend as a full Next app if they wish? edit: I've got a WIP for this in a branch here
Hi folks! In this PR, I upgraded next 8 -> 10 and a few other deps, please have a look.
Currently the template only uses Next's static export feature (via
exportPathMap
), but Netlify has since supported full-featured next app. I wonder if we could rewrite the template a bit so it could take advantage of the static optimization & dynamic route features, so users may deploy the frontend as a full Next app if they wish? edit: I've got a WIP for this in a branch hereThanks!