@dargmuesli/nuxt-vio 21.0.0-beta.13 → 21.0.0-beta.14

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.
Files changed (2) hide show
  1. package/nuxt.config.ts +3 -0
  2. package/package.json +2 -2
package/nuxt.config.ts CHANGED
@@ -288,6 +288,9 @@ export default defineNuxtConfig(
288
288
  },
289
289
  strict: true,
290
290
  },
291
+ seo: {
292
+ minify: false, // TODO: enable (https://github.com/harlan-zw/nuxt-seo-utils/issues/103)
293
+ },
291
294
  shadcn: {
292
295
  prefix: '',
293
296
  componentDir: resolve('./app/components/scn'),
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "@nuxtjs/color-mode": "4.0.0",
13
13
  "@nuxtjs/html-validator": "2.1.0",
14
14
  "@nuxtjs/i18n": "10.2.4",
15
- "@nuxtjs/seo": "4.0.2",
15
+ "@nuxtjs/seo": "5.1.0",
16
16
  "@nuxtjs/turnstile": "1.1.2",
17
17
  "@pinia/nuxt": "0.11.3",
18
18
  "@tailwindcss/forms": "0.5.11",
@@ -118,5 +118,5 @@
118
118
  "start:static": "node node/server/static.mjs"
119
119
  },
120
120
  "type": "module",
121
- "version": "21.0.0-beta.13"
121
+ "version": "21.0.0-beta.14"
122
122
  }