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