Reword metadata in layout

This commit is contained in:
2023-09-14 08:01:41 -04:00
parent 4673a5ea07
commit 4114d533b2

View File

@@ -10,8 +10,8 @@ import { Inter } from 'next/font/google';
const inter = Inter({ subsets: ['latin'] });
export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'Aviation Weather',
description: ''
};
export default function RootLayout({ children }: { children: React.ReactNode }) {