diff --git a/packages/gatsby-theme-project-portal/src/layouts/Layout.tsx b/packages/gatsby-theme-project-portal/src/layouts/Layout.tsx index 58838d24c..c2dad6f63 100644 --- a/packages/gatsby-theme-project-portal/src/layouts/Layout.tsx +++ b/packages/gatsby-theme-project-portal/src/layouts/Layout.tsx @@ -5,8 +5,6 @@ import { ImageDataLike } from "gatsby-plugin-image" export interface LayoutProps { path: string - title: string - description: string children: ReactNode data: { site: {