Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyqi committed Oct 9, 2024
1 parent b041f54 commit 204d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config: DocsThemeConfig = {

return (
<>
<title>{title} - Mixpanel Docs</title>
<title>{`${title} - Mixpanel Docs`}</title>
<meta property="og:url" content={url} />
<meta property="og:title" content={`${title} - Mixpanel Docs`} />
<meta
Expand Down

0 comments on commit 204d35e

Please sign in to comment.