-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
EPAM\Sanket_Joshi
committed
Oct 4, 2024
1 parent
57f3415
commit cd092f7
Showing
14 changed files
with
220 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// next-seo.config.js | ||
const nextSeoConfig = { | ||
title: 'Sanket Joshi | Frontend Developer with Nodejs and AWS', | ||
description: 'Portfolio of Sanket Joshi, showcasing expertise in React, Node.js, AWS, and software development.', | ||
openGraph: { | ||
url: "https://www.techsanket.in/", | ||
title: "Home | Sanket Joshi", | ||
description: | ||
"Home Page of Sanket Joshi, showcasing expertise in React, Node.js, AWS, and software development.", | ||
images: [ | ||
{ | ||
url: "https://www.techsanket.in/sj-og-image.jpg", | ||
width: 800, | ||
height: 600, | ||
alt: "TechSanket Portfolio OG Image", | ||
}, | ||
], | ||
site_name: "TechSanket Portfolio", | ||
}, | ||
additionalMetaTags: | ||
[ | ||
{ | ||
property: "keywords", | ||
content: "Full-Stack Developer, React, Node.js, AWS, Portfolio", | ||
}, | ||
], | ||
twitter: { | ||
handle: '@sanketjoshi', | ||
site: '@techsanket', | ||
cardType: 'summary_large_image', | ||
}, | ||
}; | ||
|
||
export default nextSeoConfig; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.