We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d050b80 commit 44f58ddCopy full SHA for 44f58dd
1 file changed
src/pages/index.tsx
@@ -14,6 +14,7 @@ import { Page } from "@/types/page";
14
import roadmap from "@/assets/state/roadmap";
15
import RoadmapItem from "@/components/pages/front/RoadmapItem";
16
import Heading from "@/components/layout/Heading";
17
+import { makeSitemapMeta } from "@/utils/meta/sitemap";
18
19
const logoAnim = {
20
initial: {
@@ -34,6 +35,7 @@ const FrontPage: Page = ({ }) => {
34
35
<>
36
<Head>
37
<title>Commit Rocket</title>
38
+ {makeSitemapMeta({ priority: 0.9 })}
39
</Head>
40
<main aria-labelledby="hero-title" className="flex flex-col flex-1 w-full gap-32 pb-8 max-w-7xl">
41
<section aria-label="hero" className="flex flex-col-reverse items-center h-fit min-h-0 xl:flex-row xl:min-h-[30rem] xl:h-[75dvh] xl:h-[75vh] mx-auto">
0 commit comments