Skip to content

Commit

Permalink
update next config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomKnight287 committed Sep 12, 2023
1 parent 6e8770e commit 6b67f6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ import Image from "next/image";

export const metadata = {
title: "Gurpal Singh | PhantomKnight287",
description: "I am a Full Stack Web Developer from India.",
description: "I am a Full Stack Web and App Developer from India.",
openGraph: {
title: "Gurpal Singh | PhantomKnight287",
description: "I am a Full Stack Web Developer from India.",
description: "I am a Full Stack Web and App Developer from India.",
// @ts-ignore
type: "website",
url: "https://phantomknight287.github.io/",
site_name: "Gurpal Singh | PhantomKnight287",
images: [
{
url: "https://avatars.githubusercontent.com/u/76196237",
width: 50,
height: 50,
url: "https://github.com/phantomknight287.png",
width: 200,
height: 200,
alt: "PhantomKnight287",
},
],
},
twitter: {
site: "@PhantomKnight287",
title: "Gurpal Singh | PhantomKnight287",
description: "I am a Full Stack Web Developer from India.",
description: "I am a Full Stack Web and App Developer from India.",
card: "summary_large_image",
creator: "gurpalsingh287",
images: [
{
url: "https://avatars.githubusercontent.com/u/76196237",
width: 50,
height: 50,
url: "https://github.com/phantomknight287.png",
width: 200,
height: 200,
},
],
},
Expand All @@ -46,7 +46,7 @@ export default function Home() {
<div className="content-center items-center flex flex-none flex-col flex-nowrap gap-2.5 h-min justify-center overflow-visible relative w-full px-4 py-0">
<div className="container max-w-[512px] flex flex-row">
<Image
src="https://avatars.githubusercontent.com/u/76196237"
src="https://github.com/phantomknight287.png"
alt="PhantomKnigh287"
width={44}
height={44}
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const nextConfig = {
domains: [
"avatars.githubusercontent.com",
"repository-images.githubusercontent.com",
"github.com",
],
},
swcMinify: true,
Expand Down

0 comments on commit 6b67f6f

Please sign in to comment.