Skip to content

Commit 71c252c

Browse files
committed
feat: add metadata description
1 parent 27f776e commit 71c252c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import "./styles.css";
66

77
export const metadata: Metadata = {
88
title: "Vazen",
9+
description: "A production grade monorepo starter to build full-stack applications on cloudflare",
910
};
1011

1112
export default function RootLayout({

0 commit comments

Comments
 (0)