This commit is contained in:
Dan Abramov
2023-02-05 22:09:57 +00:00
parent dd625b7b5c
commit 7a8ae32c95

View File

@@ -46,7 +46,6 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
} else {
content = (
<div className="pl-0">
<Seo title={title} isHomePage={isHomePage} />
<PageHeading
title={title}
description={description}