Skip to content

Commit

Permalink
OG image and favicon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonascsantos-dev committed Apr 23, 2024
1 parent 6d24060 commit 0e8a594
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/images/ogTagImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/ogTagImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,21 @@ export default function RootLayout({
}) {
return (
<html lang="en" className={inter.className}>
<head />
<head>
<meta
property="og:image"
content="https://jonascsantos.com/ogTagImage.png"
/>
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta property="og:url" content="https://www.jonascsantos.com" />
<meta property="og:site_name" content="jonascsantos" />
<meta property="og:type" content="website" />
<meta
name="keywords"
content="Jonascsantos, Jonas Cassiano, Jonas dos Santos, jonascsantos.com, Developer, React, React Native, React.JS"
/>
</head>
<body className="bg-[#F8F9FF] text-[#324B50]">
<h1 className={"font-bold text-3xl"}></h1>
{children}
Expand Down
Binary file added src/assets/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e8a594

Please sign in to comment.