diff --git a/site/components/Layout.tsx b/site/components/Layout.tsx index 66496d90..f3fc0b0a 100644 --- a/site/components/Layout.tsx +++ b/site/components/Layout.tsx @@ -54,12 +54,14 @@ function useTableOfContents(tableOfContents) { export default function Layout({ children, title, + description, tableOfContents = [], isHomePage = false, sidebarTree = [], }: { children; title?: string; + description?: string; tableOfContents?; urlPath?: string; sidebarTree?: []; @@ -82,7 +84,7 @@ export default function Layout({ return ( <> - {title && } + {title && }