We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c482a3 commit f820766Copy full SHA for f820766
public/preview.webp
95.8 KB
theme.config.jsx
@@ -55,6 +55,22 @@ export default {
55
<meta property="og:title" content={frontMatter.title} />
56
<meta property="og:description" content={frontMatter.description} />
57
58
+ <meta
59
+ property="og:image"
60
+ content="https://docs.rayflat.com/preview.webp"
61
+ />
62
+ <meta property="og:image:width" content="5009" />
63
+ <meta property="og:image:height" content="2500" />
64
+
65
+ {/* TWITTER */}
66
67
+ <meta property="twitter:card" content="summary_large_image" />
68
69
+ property="twitter:image"
70
71
72
+ <meta property="twitter:site" content="@rayflatapp" />
73
74
<title>{frontMatter.title}</title>
75
<meta name="description" content={frontMatter.description} />
76
</>
0 commit comments