-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom route paths doesnt work with strategy no_prefix
#2729
Comments
As documented, the |
Too bad! The use case is the following: I have a website which currently only has one language but it already uses nuxt-i18n and is prepared to be translated in the future. Right now the correct strategy to use (if I am not wrong) would be When using |
@BobbieGoede Do you mind answering my last question? :)
|
I didn't build the From what I can gather from this is that |
@MickL: it is working up to version v8.2.0 when omitting the See: #2705 (comment) |
Environment
Reproduction
https://stackblitz.com/edit/github-bvgtxu?file=nuxt.config.ts
Describe the bug
Config:
With strategy
no_prefix
we have the following bugs:/my-page
is still available/my-page-de
is not availablelocalePath({ name: 'my-page' })
returns the/my-page
instead of/my-page-de
Additional context
It works when using strategy
prefix_except_default
Logs
No response
The text was updated successfully, but these errors were encountered: