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 Aug 8, 2024
1 parent 7d6ba04 commit b1d6bb8
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 @@ -6,10 +6,10 @@ import { Providers } from '@/lib/providers';
import Footer from '@/components/layout/footer';
import InterFont from '@/components/general/InterFont';

const title = 'Prince Kushwaha!';
const title = 'Prince Kumar Prasad!';
const description =
'A self-proclaimed developer who specializes in Backend Development (Spring Boot), from kolkata, India.';
const url = 'https://github.com/prince-63/bio';
'A self-proclaimed developer.';
const url = 'https://princekumar.xyz';

export const metadata: Metadata = {
metadataBase: new URL(url),
Expand Down

0 comments on commit b1d6bb8

Please sign in to comment.