mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 04:36:13 +08:00
feat: add og and twitter card for homepage
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -6,6 +6,27 @@
|
|||||||
<base href="/" />
|
<base href="/" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:url" content="https://affine.pro/" />
|
||||||
|
<meta name="twitter:title" content="AFFiNE - All In One Workos" />
|
||||||
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="Affine is the next-generation collaborative knowledge base for professionals."
|
||||||
|
/>
|
||||||
|
<meta name="twitter:site" content="@AffineOfficial" />
|
||||||
|
<meta name="twitter:image" content="https://affine.pro/og.png" />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="AFFiNE - All In One Workos" />
|
||||||
|
<meta property="og:site_name" content="AFFiNE - All In One Workos" />
|
||||||
|
<meta property="og:url" content="https://affine.pro/" />
|
||||||
|
<meta property="og:image" content="https://affine.pro/og.png" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Affine is the next-generation collaborative knowledge base for professionals."
|
||||||
|
/>
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user