Skip to content

Commit

Permalink
Adjust title
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 6, 2024
1 parent 8a2e013 commit 624103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const themeConfig = {
<meta name="twitter:image" content={socialCard} />
<meta name="twitter:site:domain" content="fluttermix.com" />
<meta name="twitter:url" content="https://fluttermix.com" />
<meta name="og:title" content={title ? title + " – Mix" : "Mix"} />
<meta name="og:title" content={title ? title : "Mix"} />
<meta name="og:image" content={socialCard} />
<meta name="apple-mobile-web-app-title" content="Mix" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
Expand Down

0 comments on commit 624103b

Please sign in to comment.