OpenGraph

This commit is contained in:
2025-09-20 22:11:42 +08:00
parent b4c105b43e
commit dd6ff13228
16 changed files with 13280 additions and 26 deletions

View File

@@ -46,8 +46,22 @@ import type { SnVersion, SnActivity } from "~/types/api"
import PostEditor from "~/components/PostEditor.vue"
import PostItem from "~/components/PostItem.vue"
import IconLight from '~/assets/images/cloudy-lamb.png'
const router = useRouter()
useHead({
title: "Home",
meta: [
{ name: 'description', content: 'The open social network. Friendly to everyone.' },
]
})
defineOgImage({
title: 'Home',
description: 'The open social network. Friendly to everyone.',
})
const userStore = useUserStore()
const version = ref<SnVersion | null>(null)