Skip to content

Commit

Permalink
fix(meta): remove site-wide description in favor of page-level descri…
Browse files Browse the repository at this point in the history
…ptions (#3093)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Aug 17, 2022
1 parent 05db391 commit f6695ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ export const onRenderBody = ({ setHeadComponents }) => {
}`;

return setHeadComponents([
<meta
key="description"
name="description"
content="Carbon is IBM’s open source design system for products and digital experiences. With the IBM Design Language as its foundation, the system consists of working code, design tools and resources, human interface guidelines, and a vibrant community of contributors."
/>,
<meta key="image" name="image" content={'/ogimage.png'} />,
<meta
key="og:url"
Expand Down

1 comment on commit f6695ca

@vercel
Copy link

@vercel vercel bot commented on f6695ca Aug 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.