Skip to content

Commit

Permalink
Merge pull request #129 from Abh1noob/app-test
Browse files Browse the repository at this point in the history
og
  • Loading branch information
Abh1noob authored Mar 16, 2024
2 parents 658fe19 + 12409a0 commit 040f9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified devsoc24-landing/public/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions devsoc24-landing/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ export default function RootLayout({
}
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image" content="https://devsoc24-landing-seven.vercel.app/thumbnail.png" />
<meta property="og:image" content="https://devsoc.codechefvit.com/thumbnail.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="DEVSOC'24" />
<meta property="og:url" content={""} />
<meta property="og:url" content={"https://devsoc.codechefvit.com"} />
<meta property="og:site_name" content={"DEVSOC'24"} />
</head>
<body className={`font-sans ${inter.variable}`}>{children}</body>
Expand Down

0 comments on commit 040f9a6

Please sign in to comment.