'NextJS Link style doesn't work in production (Vercel)

I deploy my next project to vercel everything works but the link style doesn't work, I don't know why because it works fine locally, how I can fix it.

<Link href="/" passHref>
  <a className={`mx-4 fs-5 light`}>Home</a>
</Link>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source