@dargmuesli/nuxt-vio 10.0.2 → 10.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +0 -5
- package/package.json +2 -2
package/nuxt.config.ts
CHANGED
@@ -5,7 +5,6 @@ import { defu } from 'defu'
|
|
5
5
|
|
6
6
|
import {
|
7
7
|
SITE_URL,
|
8
|
-
I18N_MODULE_CONFIG,
|
9
8
|
SITE_NAME,
|
10
9
|
TIMEZONE_COOKIE_NAME,
|
11
10
|
VIO_NUXT_BASE_CONFIG,
|
@@ -344,10 +343,6 @@ export default defineNuxtConfig(
|
|
344
343
|
},
|
345
344
|
sitemap: {
|
346
345
|
credits: false,
|
347
|
-
exclude: I18N_MODULE_CONFIG.locales.map(
|
348
|
-
(locale) =>
|
349
|
-
`/${locale.code !== 'en' ? `${locale.code}/` : ''}api/pages/**`,
|
350
|
-
),
|
351
346
|
},
|
352
347
|
tailwindcss: {
|
353
348
|
cssPath: join(currentDir, './assets/css/tailwind.css'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "10.0
|
3
|
+
"version": "10.1.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
],
|
35
35
|
"main": "nuxt.config.ts",
|
36
36
|
"dependencies": {
|
37
|
-
"@dargmuesli/nuxt-cookie-control": "
|
37
|
+
"@dargmuesli/nuxt-cookie-control": "8.0.0-beta.1",
|
38
38
|
"@heroicons/vue": "2.1.1",
|
39
39
|
"@http-util/status-i18n": "0.8.1",
|
40
40
|
"@nuxt/devtools": "1.0.6",
|