I followed these steps to deploy my nextjs on cPanel.
go to package.json and add this line:
"homepage": "http://afsanefadaei.ir"
run
next build
to have.next
folder as my build foldergo to
cpanel >> file manager >> public_html
folder and upload the contetn of.next
folder to this directoryadd or edit this file:
.htaccess
to:
but when I go to the website I face this:
Do you know what is wrong with this?