Skip to content

Commit

Permalink
testing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Jan 12, 2024
1 parent c88f05c commit fbdfc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ const config: GatsbyConfig = {
title: `Jono Lane`,
// siteUrl: `https://www.jonolane.github.io`
siteUrl: `https://www.jonolane.io`,
/*
description: `Personal portfolio showcasing my projects.`,
image: `/preview.jpg`,
*/
},
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Head: React.FC<HeadProps> = () => {
<>
{/* linkedin og: tags for preview */}
<meta name="title" property="og:title" content="Jono Lane" />
<meta name="description" property="og:description" content="Personal portfolio showcasing my projects." />
<meta name="description" property="og:description" content="I'm Jono Lane, a full-stack developer based in Nashville. I enjoy creating impactful products that adapt to the ever-changing landscape of technology." />
<meta name="image" property="og:image" content="https://jonolane.io/preview.jpg" />
<meta name="description" property="og:url" content="https://jonolane.io" />

Expand Down

0 comments on commit fbdfc06

Please sign in to comment.