diff --git a/app.vue b/app.vue index f42bb4c9..13e69619 100644 --- a/app.vue +++ b/app.vue @@ -29,7 +29,6 @@ const { themeClass, radius } = useThemes(); useSeoMeta({ description: config.value.site.description, ogDescription: config.value.site.description, - ogImage: config.value.site.ogImage, twitterCard: 'summary_large_image', }); diff --git a/bun.lockb b/bun.lockb index 13c47ed6..4de57999 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 944a1e64..091db02a 100644 --- a/package.json +++ b/package.json @@ -46,34 +46,34 @@ "lint:fix": "eslint . --fix" }, "dependencies": { - "@iconify-json/lucide": "^1.2.15", - "@iconify-json/vscode-icons": "^1.2.2", + "@iconify-json/lucide": "^1.2.17", + "@iconify-json/vscode-icons": "^1.2.3", "@nuxt/content": "^2.13.4", "@nuxt/icon": "^1.8.2", "@nuxt/image": "^1.8.1", "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.12.2", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "nuxt": "^3.14.1592", - "nuxt-og-image": "^3.1.0", + "nuxt-og-image": "^4.0.0", "radix-vue": "^1.9.10", "shadcn-nuxt": "^0.11.3", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "typescript": "^5.7.2", "vue": "^3.5.13", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { - "@antfu/eslint-config": "^3.9.2", + "@antfu/eslint-config": "^3.11.2", "@nuxt/devtools": "^1.6.1", "@nuxt/kit": "^3.14.1592", - "@vueuse/core": "^11.3.0", - "@vueuse/nuxt": "^11.3.0", + "@vueuse/core": "^12.0.0", + "@vueuse/nuxt": "^12.0.0", "eslint": "^9.15.0", "eslint-plugin-tailwindcss": "^3.17.5", - "shiki": "^1.23.1", + "shiki": "^1.24.0", "vue-tsc": "^2.1.10" } }