@dargmuesli/nuxt-vio 11.0.0-beta.3 → 11.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import type { UseSeoMetaInput } from '@unhead/vue'
3
3
  export const useHeadDefault = (input: UseSeoMetaInput) => {
4
4
  const siteConfig = useSiteConfig()
5
5
 
6
- const description = input.description || siteConfig.description // TODO: remove site configuration fallback (https://github.com/harlan-zw/nuxt-site-config/issues/26)
6
+ const description = input.description || siteConfig.description
7
7
  const title = input.title
8
8
  ? TITLE_TEMPLATE({
9
9
  siteName: siteConfig.name,
@@ -16,7 +16,7 @@ export const useHeadDefault = (input: UseSeoMetaInput) => {
16
16
  ? {
17
17
  description,
18
18
  ogDescription: description,
19
- twitterDescription: siteConfig.description,
19
+ twitterDescription: description,
20
20
  }
21
21
  : {}),
22
22
  msapplicationConfig: `/assets/static/favicon/browserconfig.xml?v=${CACHE_VERSION}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "11.0.0-beta.3",
3
+ "version": "11.0.0-beta.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -41,8 +41,8 @@
41
41
  "@nuxt/image": "1.4.0",
42
42
  "@nuxtjs/color-mode": "3.3.2",
43
43
  "@nuxtjs/html-validator": "1.6.0",
44
- "@nuxtjs/i18n": "8.1.1",
45
- "@nuxtjs/seo": "2.0.0-rc.8",
44
+ "@nuxtjs/i18n": "8.2.0",
45
+ "@nuxtjs/seo": "2.0.0-rc.9",
46
46
  "@nuxtjs/tailwindcss": "6.11.4",
47
47
  "@pinia/nuxt": "0.5.1",
48
48
  "@tailwindcss/forms": "0.5.7",
@@ -63,7 +63,7 @@
63
63
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.7",
64
64
  "@nuxtjs/eslint-config-typescript": "12.1.0",
65
65
  "@playwright/test": "1.42.1",
66
- "@unhead/vue": "1.8.12",
66
+ "@unhead/vue": "1.8.18",
67
67
  "@urql/devtools": "2.0.3",
68
68
  "@urql/exchange-graphcache": "6.5.0",
69
69
  "@urql/vue": "1.1.2",
@@ -92,7 +92,7 @@
92
92
  "stylelint-no-unsupported-browser-features": "8.0.1",
93
93
  "tailwindcss": "3.4.1",
94
94
  "ufo": "1.4.0",
95
- "unhead": "1.8.12",
95
+ "unhead": "1.8.18",
96
96
  "vue": "3.4.21",
97
97
  "vue-router": "4.3.0",
98
98
  "vue-tsc": "2.0.6"