This commit is contained in:
2026-01-10 12:08:48 +08:00
parent 126a1463b8
commit 07b689fcd3
6 changed files with 45 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ const formattedData = computed(() => {
path: articles.path,
title: articles.title || "no-title available",
description: articles.description || "no-description available",
image: articles.image || getRandomFallbackImage(),
image: articles.image || getRandomFallbackImage(articles.path),
alt: articles.alt || "no alter data available",
date: articles.date || "not-date-available",
tags: articles.tags || [],