Skip to content

Commit

Permalink
meta fix (Helicone#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMktn authored Jun 22, 2023
1 parent d306608 commit e35049f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/components/shared/metaData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ const MetaData = (props: MetaDataProps) => {
content="Monitoring usage and costs for language models shouldn't be a hassle. With Helicone, you can focus on building your product, not building and maintaining your own analytics solution."
key="desc"
/>
<meta property="og:image" content="/assets/landing/helicone.webp" />
<meta
property="og:image"
content="https://www.helicone.ai/_next/image?url=%2Fassets%2Flanding%2Fhelicone-mobile.webp&w=384&q=75"
/>
</Head>
{children}
</>
Expand Down

0 comments on commit e35049f

Please sign in to comment.