Ulf Gebhardt

Results 99 comments of Ulf Gebhardt

I cannot get `multiDomainLocales` nor `differentDomains` to work in `"@nuxtjs/i18n": "^9.5.6"`. It seems like the feature is broken. Am I worng?

I got it running. [nuxt.config.js](https://github.com/webcraftmedia/ocelot-hosting/blob/master/frontend/nuxt.config.ts) ``` const DOMAIN_EN = process.env.DOMAIN_EN ?? 'http://localhost:3000' const DOMAIN_DE = process.env.DOMAIN_DE ?? 'http://localhost:3000' export default defineNuxtConfig({ [...] i18n: { defaultLocale: 'en', differentDomains: process.env.NODE_ENV === 'production',...