diff --git a/LICENSE.txt b/LICENSE.txt index f9e37ee..61dee3b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Nikhil Kadam +Copyright (c) 2023 Kaushik Tripathi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pages/_document.tsx b/pages/_document.tsx index 28a34b9..365058d 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -2,40 +2,25 @@ import { Html, Head, Main, NextScript } from "next/document"; export const metadata = { charset: "utf-8", - title: "Nikhil Kadam - Portfolio", + title: "Kaushik Tripathi - Portfolio", description: - "A website about Nikhil Kadam, full stack developer, open source enthusiast, and tech creator.", + "A website about Kaushik Tripathi, full stack developer, open source enthusiast, and tech creator.", keywords: - "Nikhil Kadam, Full Stack Developer, Open Source, Tech Creator, Nashik, Maharashtra, India", - author: "Nikhil Kadam", + "Kaushik Tripathi, Full Stack Developer, Open Source, Tech Creator, Nashik, Maharashtra, India", + author: "Kaushik Tripathi", openGraph: { - url: "https://raw.githubusercontent.com/Nick-h4ck3r/portfolio-nextjs-latest/master/public/screenshots/portfolio/heroDemo.png", - title: "Nikhil Kadam - Portfolio", + title: "Kaushik Tripathi - Portfolio", description: - "A website about Nikhil Kadam, full stack developer, open source enthusiast, and tech creator.", - siteName: "Nikhil Kadam - Portfolio", - images: [ - { - url: "https://raw.githubusercontent.com/Nick-h4ck3r/portfolio-nextjs-latest/master/public/screenshots/portfolio/heroDemo.png", - width: 800, - height: 600, - }, - ], + "A website about Kaushik Tripathi, full stack developer, open source enthusiast, and tech creator.", + siteName: "Kaushik Tripathi - Portfolio", locale: "en-US", type: "website", }, twitter: { card: "summary_large_image", - title: "Nikhil Kadam - Portfolio", + title: "Kaushik Tripathi - Portfolio", description: - "A website about Nikhil Kadam, full stack developer, open source enthusiast, and tech creator.", - images: [ - { - url: "https://raw.githubusercontent.com/Nick-h4ck3r/portfolio-nextjs-latest/master/public/screenshots/portfolio/heroDemo.png", - width: 800, - height: 600, - }, - ], + "A website about Kaushik Tripathi, full stack developer, open source enthusiast, and tech creator.", }, }; @@ -63,10 +48,6 @@ export default function Document() { name="author" content={metadata.author} /> - - -