Skip to content

Commit b07e4ce

Browse files
committed
Add metadata to layout component
1 parent 71df2a8 commit b07e4ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

WEB/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import './globals.css';
22
import type { Metadata } from 'next';
33
import { Toaster } from '@/components/ui/toaster';
44

5+
export const metadata: Metadata = {
6+
title: 'OffC - Offline Converter',
7+
description: 'OffC is a free, open-source, offline file converter that supports 50+ formats.',
8+
}
9+
510
export default function RootLayout({
611
children,
712
}: {

0 commit comments

Comments
 (0)