Skip to content

Commit 96c1332

Browse files
committed
Add OpenGraph meta tags for social sharing & favicon
1 parent 272a617 commit 96c1332

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<title>Render Protocol - Mobile SDUI Framework</title>
88
<meta name="description"
99
content="An open-source, server-driven UI framework for SwiftUI, Flutter, and Jetpack Compose. Dynamic, schema-driven UIs powered by Protobuf and AI.">
10+
<meta property="og:image" content="https://renderprotocol.github.io/renderprotocol.jpg">
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:image" content="https://renderprotocol.github.io/renderprotocol.jpg">
13+
<link rel="icon" href="renderprotocol.jpg" type="image/jpeg">
1014
<link rel="preconnect" href="https://fonts.googleapis.com">
1115
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1216
<link

0 commit comments

Comments
 (0)