Skip to content

Commit 161d7e5

Browse files
authored
Merge pull request #31 from RAHUL1115/#30
#30: refactor: changed the website title and description
2 parents 6c64495 + 9c75725 commit 161d7e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import './globals.css'
2-
import type { Metadata } from 'next'
2+
import type { Metadata } from 'next';
33

44
export const metadata: Metadata = {
5-
title: 'Create Next App',
6-
description: 'Generated by create next app',
5+
title: 'Rahul Gupta | Senior Software Developer portfolio Website',
6+
description: 'Rahul Gupta | Senior Software Developer portfolio Website',
77
}
88

99
export default function RootLayout({

0 commit comments

Comments
 (0)