I am trying to deploy my Next.js app into Netlify using Github, the build succeeds, but when I open the page it says "page not found". Additionally, my repo consists of two files: front_end where my next.js repo lives and back_end where my solidity smart contract lives.
These are my build settings

How can I ensure that the page is found?