This commit is contained in:
2025-12-28 00:25:31 +08:00
parent ee5dfe064d
commit f40d478c68
10 changed files with 12636 additions and 33914 deletions

View File

@@ -18,7 +18,6 @@ const formattedData = computed(() => {
description: articles.description || "no-description available",
image: meta.image || "/not-found.jpg",
alt: meta.alt || "no alter data available",
ogImage: meta.ogImage || "/not-found.jpg",
date: meta.date || "not-date-available",
tags: meta.tags || [],
published: meta.published || false,
@@ -106,7 +105,6 @@ defineOgImage({
:description="post.description"
:image="post.image"
:alt="post.alt"
:og-image="post.ogImage"
:tags="post.tags"
:published="post.published" />
</template>