apps/web: change html title

This commit is contained in:
vchikalkin 2024-12-24 18:36:21 +03:00
parent 9b6df05f4a
commit b50e2dcf9b

View File

@ -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<PropsWithChildren>) {