mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix(smm): Use PNG logo, add Twitter tags
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
+9
-1
@@ -13,11 +13,19 @@
|
||||
<!-- OpenGraph tags for social media -->
|
||||
<meta property="og:title" content="Deploy Docker Apps on Your Infrastructure | Uncloud" />
|
||||
<meta property="og:description" content="Uncloud helps you deploy container applications on your infrastructure with ease" />
|
||||
<meta property="og:image" content="https://uncloud.run/images/logo.svg" />
|
||||
<meta property="og:image" content="https://uncloud.run/images/logo-wide.png" />
|
||||
<meta property="og:image:alt" content="Uncloud logo - Deploy container apps with ease" />
|
||||
<meta property="og:url" content="https://uncloud.run" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Uncloud" />
|
||||
|
||||
<meta property="twitter:domain" content="uncloud.run">
|
||||
<meta property="twitter:url" content="https://uncloud.run">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Deploy Docker Apps on Your Infrastructure | Uncloud">
|
||||
<meta name="twitter:description" content="Uncloud helps you deploy container applications on your infrastructure with ease">
|
||||
<meta name="twitter:image" content="https://uncloud.run/images/logo-wide.png">
|
||||
<meta name="twitter:image:alt" content="Uncloud logo - Deploy container apps with ease">
|
||||
</head>
|
||||
|
||||
<body class="font-inter antialiased bg-white text-zinc-900 tracking-tight">
|
||||
|
||||
Reference in New Issue
Block a user