feat: add sitemap

This commit is contained in:
KazooTTT
2024-11-23 19:40:17 +08:00
parent c8c59fa3d4
commit bdd4ef48b6
7 changed files with 5604 additions and 6840 deletions

View File

@ -25,7 +25,7 @@ const {
<body class='flex justify-center bg-background'>
<ThemeProvider />
<main
class='flex min-h-screen w-screen max-w-[60rem] flex-col items-center px-6 pb-10 pt-7 font-satoshi text-[0.92rem] leading-relaxed sm:px-10 lg:px-10'
class='flex min-h-screen w-screen max-w-[60rem] flex-col items-center px-6 pb-10 pt-24 font-satoshi text-[0.92rem] leading-relaxed sm:px-10 lg:px-10'
>
<Header />
<slot />