docs: add spacing at the bottom of the document (#930)

This commit is contained in:
TinsFox
2024-12-18 18:02:09 +08:00
committed by GitHub
parent 727820d5ed
commit c6fbbb697c

View File

@@ -46,7 +46,8 @@ export default async function Page({
header: <div className="w-10 h-4"></div>,
}}
footer={{
enabled: false,
enabled: true,
component: <div className="w-10 h-4"/>
}}
>
<DocsTitle>{page.data.title}</DocsTitle>