oops
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-09-01 22:32:18 -05:00
parent ab1597a28b
commit 6bb860f61a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, {
month: "short",
day: "numeric",
});
const excerpt = remarkPluginFrontmatter.excerpt.replaceAll("\n", "");
const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
console.log("except", excerpt);
---