Skip to content

Commit

Permalink
docs: update og:title
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 25, 2022
1 parent b887a9b commit aa561c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/src/components/HeadSEO.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface Props {
site: any;
}
const { content = {} } = Astro.props;
const formattedContentTitle = content.title ? `${content.title} ${SITE.title}` : SITE.title;
const formattedContentTitle = content.title ? `${content.title} - ${SITE.title}` : SITE.title;
const imageSrc = 'https://partytown.builder.io/partytown-media.png';
const pathname = new URL(Astro.request.url).pathname;
const canonicalURL = new URL(pathname, 'https://partytown.builder.io/');
Expand Down

1 comment on commit aa561c0

@vercel
Copy link

@vercel vercel bot commented on aa561c0 Aug 25, 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.