We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f570c8 commit effca27Copy full SHA for effca27
frontends/mit-learn/public/images/learn-og-image.jpg
159 KB
frontends/mit-learn/src/page-components/MetaTags/MetaTags.tsx
@@ -71,7 +71,7 @@ const canonicalPathname = (pathname: string) => {
71
}
72
73
const SITE_NAME = APP_SETTINGS.SITE_NAME
74
-const DEFAULT_OG_IMAGE = `${window.origin}/static/images/mit-and-logo.jpg`
+const DEFAULT_OG_IMAGE = `${window.origin}/static/images/learn-og-image.jpg`
75
/**
76
* Renders a Helmet component to customize meta tags
77
*/
0 commit comments