update
This commit is contained in:
@@ -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 || [],
|
||||
|
||||
Reference in New Issue
Block a user