From b50e2dcf9bee0bdf2a26a5341e54e5368bdd21f4 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 24 Dec 2024 18:36:21 +0300 Subject: [PATCH] apps/web: change html title --- apps/web/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 02fef8b..bcd7dac 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -6,8 +6,7 @@ import { getLocale } from 'next-intl/server'; import { type PropsWithChildren } from 'react'; export const metadata: Metadata = { - description: 'Your application description goes here', - title: 'Your Application Title Goes Here', + title: 'Запишись.онлайн', }; export default async function RootLayout({ children }: Readonly) {