When I write this:
<Link href="/" locale="es">
Link
</Link>
I expect the link to go to domain.com/es
, not domain.com
. Is this expected? This doesn’t work for me and I tried everything. How to achieve it? should I add url manipulation logic to <Link>
component?