Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-63 authored May 6, 2024
1 parent dd1f048 commit f27cd21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import InterFont from '@/components/general/InterFont';
const title = 'Prince Kumar Prasad';
const description =
'A self-proclaimed developer who specializes in Backend Development (Spring Boot), from kolkata, India.';
const url = 'https://princekumar.xyz/';
const url = 'https://github.com/prince-63/bio';

export const metadata: Metadata = {
metadataBase: new URL(url),
Expand All @@ -32,7 +32,7 @@ export const metadata: Metadata = {
'web designer',
'web development',
],
creator: 'Prince Kumar',
creator: 'Prince Kumar Prasad',
themeColor: [
{ media: '(prefers-color-scheme: light)', color: 'white' },
{ media: '(prefers-color-scheme: dark)', color: 'black' },
Expand Down Expand Up @@ -60,4 +60,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

0 comments on commit f27cd21

Please sign in to comment.