changed metadata
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import '~@payloadcms/ui/scss';
|
||||
|
||||
.admin-bar {
|
||||
@include small-break {
|
||||
display: none;
|
||||
}
|
||||
@include small-break {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user