diff --git a/docs/pages/docs/index.tsx b/docs/pages/docs/index.tsx index 50cbc795fbd..36ac1e19141 100644 --- a/docs/pages/docs/index.tsx +++ b/docs/pages/docs/index.tsx @@ -292,7 +292,6 @@ export default function Docs ({ docs }: InferGetStaticPropsType doc.entry.featured) .map((doc) => { const { title, description } = getDocsPageCardContent(doc) - return ( {description} @@ -352,7 +351,6 @@ export async function getStaticProps (): Promise< }, } })) - return { props: { docs: JSON.parse(JSON.stringify(withParsedCardIntro)) }, }