@dargmuesli/nuxt-vio 1.10.6 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/VioButton.vue +1 -1
- package/components/VioLink.vue +1 -1
- package/nuxt.config.ts +4 -4
- package/package.json +2 -2
package/components/VioButton.vue
CHANGED
package/components/VioLink.vue
CHANGED
package/nuxt.config.ts
CHANGED
|
@@ -41,6 +41,9 @@ export default defineNuxtConfig({
|
|
|
41
41
|
siteName: SITE_NAME,
|
|
42
42
|
siteUrl: BASE_URL,
|
|
43
43
|
},
|
|
44
|
+
i18n: {
|
|
45
|
+
baseUrl: BASE_URL,
|
|
46
|
+
},
|
|
44
47
|
},
|
|
45
48
|
},
|
|
46
49
|
typescript: {
|
|
@@ -105,13 +108,10 @@ export default defineNuxtConfig({
|
|
|
105
108
|
logLevel: 'warning',
|
|
106
109
|
},
|
|
107
110
|
i18n: {
|
|
108
|
-
baseUrl: BASE_URL,
|
|
109
111
|
defaultLocale: 'en', // Must be set for the default prefix_except_default prefix strategy.
|
|
110
112
|
detectBrowserLanguage: false, // Enabling browser language detection does not generate (!) other languages than the default one.
|
|
111
113
|
locales: LOCALES,
|
|
112
|
-
vueI18n:
|
|
113
|
-
fallbackWarn: false, // TODO: don't show incorrect warnings (https://github.com/intlify/vue-i18n-next/issues/776)
|
|
114
|
-
},
|
|
114
|
+
vueI18n: '~/i18n.config.ts',
|
|
115
115
|
},
|
|
116
116
|
linkChecker: {
|
|
117
117
|
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.10.
|
|
3
|
+
"version": "1.10.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@dargmuesli/nuxt-cookie-control": "5.9.1",
|
|
41
41
|
"@http-util/status-i18n": "0.6.2",
|
|
42
42
|
"@nuxtjs/html-validator": "1.2.5",
|
|
43
|
-
"@nuxtjs/i18n": "8.0.0-beta.
|
|
43
|
+
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-beta.12-28065601.76e2626",
|
|
44
44
|
"@nuxtjs/tailwindcss": "6.7.0",
|
|
45
45
|
"@tailwindcss/typography": "0.5.9",
|
|
46
46
|
"nuxt-seo-kit": "1.3.8",
|