modified view article label

This commit is contained in:
2023-01-25 00:49:47 +10:00
parent c5a6b935ef
commit 8abd931bd3

View File

@@ -187,7 +187,7 @@ const handleLoad = async () => {
content: excerpt(post.content, 200),
image: post.hero,
url: { name: "post-view", params: { slug: post.slug } },
cta: "View Article",
cta: "Read More...",
});
});
}