✨ OpenGraph
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user