@@ -8,7 +8,7 @@ import {StatusBar} from '@capacitor/status-bar'
88import * as Sentry from '@sentry/node'
99import clsx from 'clsx'
1010import { DEPLOYED_WEB_URL } from 'common/envs/constants'
11- import { IS_VERCEL , PNG_FAVICON } from 'common/hosting/constants'
11+ import { IS_VERCEL , PNG_LOGO } from 'common/hosting/constants'
1212import { debug } from 'common/logger'
1313import { isUrl } from 'common/parsing'
1414import type { AppProps } from 'next/app'
@@ -197,14 +197,14 @@ function MyApp(props: AppProps<PageProps>) {
197197 < meta property = "og:title" content = { title } key = "og-title" />
198198 < meta property = "og:description" content = { description } key = "og-description" />
199199 < meta property = "og:url" content = { DEPLOYED_WEB_URL } key = "og-url" />
200- < meta property = "og:image" content = { PNG_FAVICON } key = "og-image" />
200+ < meta property = "og:image" content = { PNG_LOGO } key = "og-image" />
201201 < meta property = "og:image:type" content = "image/png" key = "og-image-type" />
202202
203203 { /*Twitter/X tags — separate!*/ }
204204 < meta name = "twitter:title" content = { title } key = "twitter-title" />
205205 < meta name = "twitter:description" content = { description } key = "twitter-description" />
206206 < meta name = "twitter:card" content = "summary" key = "twitter-card" />
207- < meta name = "twitter:image" content = { PNG_FAVICON } key = "twitter-image" />
207+ < meta name = "twitter:image" content = { PNG_LOGO } key = "twitter-image" />
208208
209209 { /*<meta name="twitter:site" content="@compassmeet"/>*/ }
210210 { /*<meta property="og:image:width" content="192" />*/ }
0 commit comments