diff --git a/pages/_document.tsx b/pages/_document.tsx index bb35a65cb..662abcb00 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -20,7 +20,6 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
{/* Meta (missing Title, set by the App or Page) */} - {/* Favicons & PWA */} @@ -33,7 +32,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) { {/* Opengraph */} - + {Brand.URIs.CardImage && } @@ -43,7 +42,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) { {/* Twitter */} - + {Brand.URIs.CardImage && } diff --git a/src/common/brand.ts b/src/common/brand.ts index 0bf5eb9f4..ca708cb27 100644 --- a/src/common/brand.ts +++ b/src/common/brand.ts @@ -2,29 +2,26 @@ * Application Identity (Brand) * * Also note that the 'Brand' is used in the following places: - * - README.md all over - * - package.json app-slug and version - * - public/manifest.json name, short_name, description, theme_color, background_color + * - README.md all over + * - package.json app-slug and version + * - [public/manifest.json] name, short_name, description, theme_color, background_color */ export const Brand = { - // Name: 'big-AGI', - // UpperName: 'BIG-AGI', Title: { Common: (process.env.NODE_ENV === 'development' ? '[DEV] ' : '') + 'big-AGI', }, Meta: { - SiteName: 'big-AGI', - Title: 'big-AGI: Personal AGI App', - Description: 'big-AGI is a free, open-source project to build a general artificial intelligence (AGI) that can solve any problem.', - Keywords: 'artificial general intelligence, agi, openai, gpt-4, ai personas, code execution, pdf import, voice i/o, ai chat, artificial intelligence', + Description: 'Leading open-source AI web interface to help you learn, think, and do. AI personas, superior privacy, advanced features, and fun UX.', + SiteName: 'big-AGI | Harnessing AI for You', ThemeColor: '#434356', - TwitterSite: '@bigagienergy', + TwitterSite: '@enricoros', }, URIs: { - // Slug: 'big-agi', - Home: 'https://www.big-agi.com', + Home: 'https://big-agi.com', + // App: 'https://get.big-agi.com', CardImage: 'https://big-agi.com/icons/card-dark-1200.png', OpenRepo: 'https://github.com/enricoros/big-agi', SupportInvite: 'https://discord.gg/MkH4qj2Jp9', + // Twitter: 'https://www.twitter.com/enricoros', }, }; \ No newline at end of file