Skip to content

Commit

Permalink
meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Jan 11, 2024
1 parent 13bfa8f commit eb5a880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ const Head: React.FC<HeadProps> = () => {

return (
<>
{/* linkedin og: tags for preview */}
<meta property="og:title" content="Jono Lane" />
<meta property="og:description" content="Personal portfolio showcasing my projects." />
<meta property="og:image" content="https://jonolane.io/JonoPortfolioStill.jpg" />
<meta property="og:url" content="https://jonolane.io" />

<title>Jono Lane</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
Expand All @@ -131,12 +137,6 @@ const Head: React.FC<HeadProps> = () => {
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet" />

{/* linkedin og: tags for preview */}
<meta property="og:title" content="Jono Lane" />
<meta property="og:description" content="Personal portfolio showcasing my projects." />
<meta property="og:image" content="https://jonolane.io/JonoPortfolioStill.png" />
<meta property="og:url" content="https://jonolane.io" />

{/* fall back would be to lose the safari directives */}

{/* for .svg background
Expand Down
Binary file added static/JonoPortfolioStill.jpg
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 eb5a880

Please sign in to comment.