Skip to content

Commit e5a0f46

Browse files
authored
chore: seo fix (#1049)
1 parent fcf4309 commit e5a0f46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ import { FeatureCard } from "./_components/feature-card";
1717
export const revalidate = 86400; // 1 day
1818

1919
export const metadata: Metadata = {
20-
title: "Cabin - Intuitive and fast C++ package manager and build system",
20+
title: "Cabin - C++ package manager and build system",
21+
description:
22+
"Modern, intuitive, and lightning-fast package manager and build system for C++ developers.",
2123
};
2224

2325
export default function Home() {

0 commit comments

Comments
 (0)