[kapa.ai] i18n/nuxtjs. Issues with differentDomains
./nuxt.config.ts:
./locale-domains.config.ts:
./app/pages/test.vue:
The problem, is that currently the creates a path that has locale code in both subdomain and url path (i.e. http://lv.localhost:3000/lv/test).
If I delete the locale code from url pth using , then starts to display only default language no matter what subdomain I'm on.
How to fix?
./locale-domains.config.ts:
./app/pages/test.vue:
The problem, is that currently the creates a path that has locale code in both subdomain and url path (i.e. http://lv.localhost:3000/lv/test).
If I delete the locale code from url pth using , then starts to display only default language no matter what subdomain I'm on.
How to fix?
