website: update docs social card and favicons
@@ -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',
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 875 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 25 KiB |