File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,32 @@ const {
52
52
: new URL (" /developers/img/og-image.png" , Astro .site ).href }
53
53
/>
54
54
<meta property =" og:url" content ={ canonicalURL } />
55
+ <meta
56
+ property =" og:description"
57
+ content ={ description
58
+ ? description
59
+ : " Making payments as easy as sending an email" }
60
+ />
61
+
62
+ <meta name =" twitter:card" content =" summary_large_image" />
63
+ <meta
64
+ name =" twitter:title"
65
+ content ={ title
66
+ ? ` ${title } | Interledger Foundation `
67
+ : " Interledger Foundation" }
68
+ />
69
+ <meta
70
+ name =" twitter:image"
71
+ content ={ ogImageUrl
72
+ ? ogImageUrl
73
+ : new URL (" /developers/img/og-image.png" , Astro .site ).href }
74
+ />
75
+ <meta
76
+ name =" twitter:description"
77
+ content ={ description
78
+ ? description
79
+ : " Making payments as easy as sending an email" }
80
+ />
55
81
56
82
<link rel =" icon" type =" image/svg+xml" href =" /developers/favicon.svg" />
57
83
<script
You can’t perform that action at this time.
0 commit comments