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 3bfb51c commit b2418d5Copy full SHA for b2418d5
website/src/components/templates/BaseTemplate.tsx
@@ -54,6 +54,10 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
54
<meta property="og:site_name" content="Typst" />
55
<meta property="og:description" content={description} />
56
<meta property="og:type" content="" />
57
+ <meta
58
+ property="og:image"
59
+ content="https://typst-jp.github.io/assets/favicon.png"
60
+ />
61
<meta property="og:image:width" content="1200" />
62
<meta property="og:image:height" content="630" />
63
<meta name="twitter:site" content="@typstapp" />
0 commit comments