Fix a bunch of errors we had
This commit is contained in:
@@ -8,6 +8,7 @@ import { Users } from './payload/collections/users';
|
||||
import { LandingPage } from './payload/globals/landing-page';
|
||||
|
||||
export default buildConfig({
|
||||
serverURL: env.NEXT_PUBLIC_SITE_URL,
|
||||
editor: lexicalEditor(),
|
||||
collections: [Users],
|
||||
globals: [LandingPage],
|
||||
|
||||
Reference in New Issue
Block a user