feat: add Open Graph and Twitter social sharing metadata to index.html and include og-image.png.
This commit is contained in:
@@ -7,6 +7,20 @@
|
||||
<title>Conduit — Your AI, Everywhere</title>
|
||||
<meta name="description"
|
||||
content="Conduit is an open-source, cross-platform mobile application for Open-WebUI. A native mobile experience for your self-hosted AI infrastructure.">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://conduit.cogwheel.app/">
|
||||
<meta property="og:title" content="Conduit — Your AI, Everywhere">
|
||||
<meta property="og:description" content="The native mobile client for Open-WebUI. Beautiful, fast, and secure.">
|
||||
<meta property="og:image" content="https://conduit.cogwheel.app/og-image.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://conduit.cogwheel.app/">
|
||||
<meta property="twitter:title" content="Conduit — Your AI, Everywhere">
|
||||
<meta property="twitter:description" content="The native mobile client for Open-WebUI. Beautiful, fast, and secure.">
|
||||
<meta property="twitter:image" content="https://conduit.cogwheel.app/og-image.png">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
BIN
docs/og-image.png
Normal file
BIN
docs/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 595 KiB |
Reference in New Issue
Block a user