mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
docs(deps): update nuxt-og-image to v3
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
defineOptions({
|
|
||||||
inheritAttrs: false
|
|
||||||
})
|
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
title: {
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"nuxt": "^3.12.2",
|
"nuxt": "^3.12.2",
|
||||||
"nuxt-cloudflare-analytics": "^1.0.8",
|
"nuxt-cloudflare-analytics": "^1.0.8",
|
||||||
"nuxt-component-meta": "^0.6.4",
|
"nuxt-component-meta": "^0.6.4",
|
||||||
"nuxt-og-image": "^2.2.4",
|
"nuxt-og-image": "^3.0.0-rc.53",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.3.2",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"ufo": "^1.5.3",
|
"ufo": "^1.5.3",
|
||||||
|
|||||||
@@ -75,10 +75,7 @@ useSeoMeta({
|
|||||||
ogDescription: page.value.description
|
ogDescription: page.value.description
|
||||||
})
|
})
|
||||||
|
|
||||||
defineOgImage({
|
defineOgImageComponent('Docs', {
|
||||||
component: 'Docs',
|
|
||||||
title: page.value.title,
|
|
||||||
description: page.value.description,
|
|
||||||
headline: headline.value
|
headline: headline.value
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,7 @@ useSeoMeta({
|
|||||||
description
|
description
|
||||||
})
|
})
|
||||||
|
|
||||||
defineOgImage({
|
defineOgImageComponent('Docs')
|
||||||
component: 'Docs',
|
|
||||||
title,
|
|
||||||
description
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -69,11 +69,7 @@ useSeoMeta({
|
|||||||
ogDescription: description
|
ogDescription: description
|
||||||
})
|
})
|
||||||
|
|
||||||
defineOgImage({
|
defineOgImageComponent('Docs')
|
||||||
component: 'Docs',
|
|
||||||
title,
|
|
||||||
description
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
@@ -9,11 +9,7 @@ useSeoMeta({
|
|||||||
description
|
description
|
||||||
})
|
})
|
||||||
|
|
||||||
defineOgImage({
|
defineOgImageComponent('Docs')
|
||||||
component: 'Docs',
|
|
||||||
title,
|
|
||||||
description
|
|
||||||
})
|
|
||||||
|
|
||||||
const appConfig = useAppConfig()
|
const appConfig = useAppConfig()
|
||||||
const colorMode = useColorMode()
|
const colorMode = useColorMode()
|
||||||
|
|||||||
1047
pnpm-lock.yaml
generated
1047
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user