소스 검색

fix(layout): update metadata title and description for the application

vtugulan 6 달 전
부모
커밋
393bb1a7e7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/layout.tsx

+ 2 - 2
app/layout.tsx

@@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
 });
 
 export const metadata: Metadata = {
-  title: "Create Next App",
-  description: "Generated by create next app",
+  title: "vtor.io",
+  description: "Bespoke solutions for your business",
 };
 
 export default function RootLayout({