website: update docs social card and favicons

This commit is contained in:
Pasha Sviderski
2026-07-14 12:54:44 +10:00
parent c2ae11a293
commit b99abb7c39
6 changed files with 13 additions and 1 deletions
+13 -1
View File
@@ -12,7 +12,19 @@ import {themes as prismThemes} from 'prism-react-renderer';
const config = { const config = {
title: 'Uncloud', title: 'Uncloud',
tagline: 'Self-host and scale web apps without Kubernetes complexity', tagline: 'Self-host and scale web apps without Kubernetes complexity',
favicon: 'img/favicon.png', // Use the SVG logo as the primary favicon with a PNG fallback to match the landing pages.
favicon: 'img/logo.svg',
headTags: [
{
tagName: 'link',
attributes: {
rel: 'alternate icon',
type: 'image/png',
href: '/img/favicon.png',
sizes: '96x96',
},
},
],
// Set the production url of your site here // Set the production url of your site here
url: 'https://uncloud.run', url: 'https://uncloud.run',
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 25 KiB