79490392

Date: 2025-03-06 18:51:48
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Al Mamun Khan