You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just batch replaced all NuxtLink entries with NuxtLinkLocale to support the prefix strategy of i18n.
i18n: {
strategy: 'prefix',
},
Works! When you set no_prefix the lang slug will be gone.
Btw. is it on the roadmap to create translated slugs? Like /products > /produkte (not for the specific product name, just generic stuff like about > ueber and so)? I have done that with a Next.js project because of SEO but I am totally new to Vue.js but I am sure this will work too =)
The text was updated successfully, but these errors were encountered:
I just batch replaced all
NuxtLink
entries withNuxtLinkLocale
to support the prefix strategy of i18n.Works! When you set
no_prefix
the lang slug will be gone.Btw. is it on the roadmap to create translated slugs? Like
/products
>/produkte
(not for the specific product name, just generic stuff likeabout
>ueber
and so)? I have done that with a Next.js project because of SEO but I am totally new to Vue.js but I am sure this will work too =)The text was updated successfully, but these errors were encountered: