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 = {
title: 'Uncloud',
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
url: 'https://uncloud.run',