changed metadata
This commit is contained in:
@@ -3,8 +3,8 @@ import './styles.css'
|
|||||||
import { AdminBar } from '@/src/components/AdminBar'
|
import { AdminBar } from '@/src/components/AdminBar'
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
description: 'A blank template using Payload in a Next.js app.',
|
description: 'Web developer',
|
||||||
title: 'Payload Blank Template',
|
title: 'BrianNelson.dev',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async function RootLayout(props: { children: React.ReactNode }) {
|
export default async function RootLayout(props: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import '~@payloadcms/ui/scss';
|
@import '~@payloadcms/ui/scss';
|
||||||
|
|
||||||
.admin-bar {
|
.admin-bar {
|
||||||
@include small-break {
|
@include small-break {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user