Hey all - I am having this same issue for www.joshuasoileau.com
It’s a NextJS site, my publish directory is .next
, and my build command is just npm run build
, which does NODE_ENV=production next build
.
It should be deploying to the /.next folder , but I get “Page not found” on the frontend of my site.
You can see my package.json here: https://github.com/JoshuaSoileau/JoshuaSoileau.com/blob/master/package.json
Can anyone help?