@dargmuesli/nuxt-vio 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +4 -4
  2. package/package.json +2 -2
package/nuxt.config.ts CHANGED
@@ -45,9 +45,6 @@ export default defineNuxtConfig({
45
45
  siteName: SITE_NAME,
46
46
  siteUrl: BASE_URL,
47
47
  },
48
- i18n: {
49
- baseUrl: BASE_URL,
50
- },
51
48
  },
52
49
  },
53
50
  typescript: {
@@ -112,12 +109,15 @@ export default defineNuxtConfig({
112
109
  logLevel: 'warning',
113
110
  },
114
111
  i18n: {
112
+ baseUrl: BASE_URL,
115
113
  defaultLocale: 'en', // Must be set for the default prefix_except_default prefix strategy.
116
114
  detectBrowserLanguage: false, // Enabling browser language detection does not generate (!) other languages than the default one.
117
115
  langDir: 'locales',
118
116
  lazy: true,
119
117
  locales: LOCALES,
120
- vueI18n: '~/i18n.config.ts',
118
+ vueI18n: {
119
+ fallbackWarn: false, // TODO: don't show incorrect warnings (https://github.com/intlify/vue-i18n-next/issues/776)
120
+ },
121
121
  },
122
122
  linkChecker: {
123
123
  failOn404: false, // TODO: enable (https://github.com/harlan-zw/nuxt-seo-kit/issues/4#issuecomment-1434522124)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "@dargmuesli/nuxt-cookie-control": "5.10.2",
41
41
  "@http-util/status-i18n": "0.7.0",
42
42
  "@nuxtjs/html-validator": "1.4.0",
43
- "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-beta.12-28122654.89ddb67",
43
+ "@nuxtjs/i18n": "8.0.0-beta.10",
44
44
  "@nuxtjs/tailwindcss": "6.8.0",
45
45
  "@tailwindcss/typography": "0.5.9",
46
46
  "nuxt-seo-kit": "1.3.8",