Update to use payload for landing page

This commit is contained in:
2026-03-26 16:14:13 -05:00
parent 0d83380251
commit b678e405c5
13 changed files with 857 additions and 236 deletions

View File

@@ -4,10 +4,13 @@ import { buildConfig } from 'payload';
import sharp from 'sharp';
import { env } from './env';
import { Users } from './payload/collections/users';
import { LandingPage } from './payload/globals/landing-page';
export default buildConfig({
editor: lexicalEditor(),
collections: [],
collections: [Users],
globals: [LandingPage],
secret: env.PAYLOAD_SECRET ?? '',
db: postgresAdapter({
pool: {