Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit e0bfd70

Browse files
remove the ? in themeConfig
1 parent a2559ef commit e0bfd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/section-blog-theme/components/Layouts/BlogLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Layouts = {
1616
export function BlogLayout(
1717
{ pageOpts, themeConfig, children }: {
1818
pageOpts?: PageOpts;
19-
themeConfig?: TypeSectionBlogTheme;
19+
themeConfig: TypeSectionBlogTheme;
2020
children: React.ReactNode;
2121
}) {
2222
let LayoutType: LayoutTypes = pageOpts?.frontMatter.type ||

0 commit comments

Comments
 (0)