In my case I was made a mistake.
import HomePage from "./(main)/page"; // main reason for that import and that page
export default function Home() {
return (
<HomePage/>
)
}
Just find out that type of import page.
Then I Delete
that unnecessary file.
Then run npm run build
vercel --prod