fix(ci): proper types

This commit is contained in:
Barrett Ruth 2025-11-09 14:53:56 -05:00
parent 28c3cfcf6d
commit 16850cf468
9 changed files with 607 additions and 15 deletions

View file

@ -40,7 +40,7 @@ if (post?.collection === "git" && post?.slug) {
documentTitle = `${post.slug}`;
}
const topicColor = getTopicColor(post.collection);
const topicColor = getTopicColor(post?.collection);
---
<BaseLayout title={documentTitle} description={description}>