hozana / next-translate-routes

Flexible and translated routes for Next.js without custom server
MIT License
115 stars 30 forks source link

Update LinkProps to support Next.js 13 <Link> component #62

Closed sdk1990 closed 1 year ago

sdk1990 commented 1 year ago

The current implementation doesn't fully support the latest update to the < Link > component. In previous versions we had to put an < a > as child in the < Link > component and add attributes such as "target" and "title" to it. Since some time this is not needed anymore, but this package doesn't support these attributes yet.

mborecki commented 1 year ago

@cvolant can you publish this code on npm?

cvolant commented 1 year ago

@mborecki Done.