File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { Page } from "@/types/page";
1414import roadmap from "@/assets/state/roadmap" ;
1515import RoadmapItem from "@/components/pages/front/RoadmapItem" ;
1616import Heading from "@/components/layout/Heading" ;
17+ import { makeSitemapMeta } from "@/utils/meta/sitemap" ;
1718
1819const 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" >
You can’t perform that action at this time.
0 commit comments