Skip to content

Commit 1f8275b

Browse files
committed
Upgrade dependencies & fix OG image
1 parent 72aa4d5 commit 1f8275b

File tree

3 files changed

+445
-342
lines changed

3 files changed

+445
-342
lines changed

app/layouts/landing.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script lang="ts" setup>
2-
defineOgImageComponent('Landing', {
2+
// Use the shared default OG image component; the dedicated Landing component does not exist yet
3+
defineOgImageComponent('Default', {
34
title: 'Hivecom',
45
description: 'A worldwide community of friends building projects together.',
56
})

0 commit comments

Comments
 (0)