Skip to content

Commit 20ad83b

Browse files
committed
upd metadata
1 parent 2f4ec0c commit 20ad83b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/app/not-found.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { HeroASCIINotFound } from "@/components/hero-404";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "404",
6-
description: "404"
5+
title: "404 | Page not found",
6+
description: "404 | Page not found"
77
};
88

99
export default function NotFound() {

src/app/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import { HeroASCII } from "@/components/hero";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "Home",
6-
description: "Home"
5+
title: "Vortex | An extensible, SOTA columnar file format",
6+
description:
7+
"Vortex is an extensible, state-of-the-art columnar file format, with associated tools for working with compressed Apache Arrow arrays in-memory, on-disk, and over-the-wire."
78
};
89

910
export default function Home() {

0 commit comments

Comments
 (0)