Skip to content

Commit

Permalink
Merge pull request #5247 from AjaxAueleke/seoFix
Browse files Browse the repository at this point in the history
metadata description fix
  • Loading branch information
iArchitSharma authored Dec 31, 2023
2 parents 263704e + 93412a6 commit 8d86130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/member-single.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ const MemberSinglePage = ({ data }) => {
export default MemberSinglePage;

export const Head = ({ data }) => {
return <SEO title={data.mdx.frontmatter.name} image={data.mdx.frontmatter.image_path.publicURL} />;
};
return <SEO title={data.mdx.frontmatter.name} image={data.mdx.frontmatter.image_path.publicURL} description={data.mdx.frontmatter.bio} />;
};

0 comments on commit 8d86130

Please sign in to comment.