Update canonic

This commit is contained in:
Enrico Ros
2026-03-25 00:14:16 -07:00
parent 4986c61b2a
commit 21b68d7660
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
{Brand.URIs.CardImage && <meta property='twitter:image' content={Brand.URIs.CardImage} />}
<meta name='twitter:site' content={Brand.Meta.TwitterSite} />
<meta name='twitter:creator' content='@enricoros' />
<link rel='canonical' href={Brand.URIs.Home} />
{/* Author & Structured Data */}
<meta name='author' content='Enrico Ros' />
+1 -1
View File
@@ -13,7 +13,7 @@ export const Brand = {
},
Meta: {
Description: 'Launch the open-source AI workspace for experts. BYO API keys. Compare and tune models, use personas, voice and vision - your data stays local.',
SiteName: 'Big-AGI | AI for power-users',
SiteName: 'Big-AGI | The Expert\'s AI Workspace',
ThemeColor: '#32383E',
TwitterSite: '@enricoros',
},