It deploys successfully, but shows that there are no pages to show. Although the zip file generated has all the data needed.
I have my netlify linked with the correct git repo, so I put my base directory to as frontend folder, since I understand that it needs to go there.
What am I doing wrong?
Publish directory should point to directory of your build, i assume that in your case its build
folder because you are only deploying /frontend
folder here