This commit is contained in:
2025-09-09 15:15:53 +04:00
parent 0145de19a3
commit 82457d8b65

View File

@@ -6,27 +6,27 @@ import { Toaster } from 'react-hot-toast';
export const metadata: Metadata = { export const metadata: Metadata = {
title: { title: {
default: 'LiveKit Meet | Conference app build with LiveKit open source', default: 'OurWorld meeting Server',
template: '%s', template: '%s',
}, },
description: description:
'', '',
twitter: { twitter: {
creator: '@livekitted', creator: '@ourworld',
site: '@livekitted', site: '@ourworld',
card: 'summary_large_image', card: 'summary_large_image',
}, },
openGraph: { openGraph: {
url: 'https://meet.livekit.io', url: 'https://www.ourworld.tf',
images: [ images: [
{ {
url: 'https://meet.livekit.io/images/livekit-meet-open-graph.png', url: 'https://www.threefold.io/images/new_logo_tft.png',
width: 2000, width: 1000,
height: 1000, height: 500,
type: 'image/png', type: 'image/png',
}, },
], ],
siteName: 'LiveKit Meet', siteName: 'OurWorld meeting Server',
}, },
icons: { icons: {
icon: { icon: {
@@ -36,10 +36,10 @@ export const metadata: Metadata = {
apple: [ apple: [
{ {
rel: 'apple-touch-icon', rel: 'apple-touch-icon',
url: '/images/livekit-apple-touch.png', url: '/images/threefold.png',
sizes: '180x180', sizes: '180x180',
}, },
{ rel: 'mask-icon', url: '/images/livekit-safari-pinned-tab.svg', color: '#070707' }, { rel: 'mask-icon', url: '/images/threefold.svg', color: '#070707' },
], ],
}, },
}; };