Skip to content

Commit 44f58dd

Browse files
committed
Increase priority for frontpage
1 parent d050b80 commit 44f58dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { Page } from "@/types/page";
1414
import roadmap from "@/assets/state/roadmap";
1515
import RoadmapItem from "@/components/pages/front/RoadmapItem";
1616
import Heading from "@/components/layout/Heading";
17+
import { makeSitemapMeta } from "@/utils/meta/sitemap";
1718

1819
const logoAnim = {
1920
initial: {
@@ -34,6 +35,7 @@ const FrontPage: Page = ({ }) => {
3435
<>
3536
<Head>
3637
<title>Commit Rocket</title>
38+
{makeSitemapMeta({ priority: 0.9 })}
3739
</Head>
3840
<main aria-labelledby="hero-title" className="flex flex-col flex-1 w-full gap-32 pb-8 max-w-7xl">
3941
<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

Comments
 (0)