Using next/link
with the locale property.
#80
Labels
question
OP is asking for clarification or help
next/link
with the locale property.
#80
Hi, I have a language selector where I render every
<NextLink />
passing the propertylocale
so the URL uses the correct locale. But this is not being reflected and actually ignored by Link.I was expecting that
to result in something like
/en/asdf?test=1234
, but it is omitting the/en
part.Any ideas what part of the
next/link
I may need to mock to be able to test this?The text was updated successfully, but these errors were encountered: