From 82457d8b65f203c627eb2560d5387065e9673496 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 9 Sep 2025 15:15:53 +0400 Subject: [PATCH] ... --- app/layout.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8d3000b..a7fb9c0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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' }, ], }, };