nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.71k stars 478 forks source link

`useLocaleHead` ignores nuxt app.baseURL setting #2911

Closed warflash closed 5 months ago

warflash commented 5 months ago

Environment


Reproduction

https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-bu38wu?file=app.vue,nuxt.config.ts

Describe the bug

image Even though a baseURL is set for nuxt like this:

app: {
    baseURL: '/my-base',
  },

it's not included in the head tags.

Additional context

No response

Logs

No response