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
@nuxtjs/seo is using NUXT_SITE_URL as env variable while @nuxtjs/i18n is using NUXT_PUBLIC_I18N_BASE_URL. This leads to having two environment variables with the same content.
I would suggest for @nuxtjs/i18n to use NUXT_SITE_URL as well, but overwrite with NUXT_PUBLIC_I18N_BASE_URL if set.
Describe the feature
@nuxtjs/seo
is usingNUXT_SITE_URL
as env variable while@nuxtjs/i18n
is usingNUXT_PUBLIC_I18N_BASE_URL
. This leads to having two environment variables with the same content.I would suggest for
@nuxtjs/i18n
to useNUXT_SITE_URL
as well, but overwrite withNUXT_PUBLIC_I18N_BASE_URL
if set.Possibly related: #2474
Additional information
Final checks
The text was updated successfully, but these errors were encountered: