fix(ci): proper types
This commit is contained in:
parent
28c3cfcf6d
commit
16850cf468
9 changed files with 607 additions and 15 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue