Skip to content

Commit

Permalink
fix meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonmleigh committed Sep 4, 2023
1 parent d500ddf commit 3271fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const inter = Inter({ subsets: ['latin'] });

export const metadata = {
title: SiteMeta.title,
description: 'A test of some documentation',
description: 'Lightweight, composable validation and serialization library',
};

export default function RootLayout({
Expand Down

0 comments on commit 3271fea

Please sign in to comment.