changed metadata

This commit is contained in:
2025-10-10 14:11:49 -04:00
parent 8bf4c7516f
commit f9da9edcd8
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ import './styles.css'
import { AdminBar } from '@/src/components/AdminBar'
export const metadata = {
description: 'A blank template using Payload in a Next.js app.',
title: 'Payload Blank Template',
description: 'Web developer',
title: 'BrianNelson.dev',
}
export default async function RootLayout(props: { children: React.ReactNode }) {