* feat: integrate payload cms to landing page * feat: add payload configuration and update TypeScript target * fix: update TypeScript paths for payload configuration * refactor: update config import paths to use local payload.config * fix: update quotation marks for testimonials to use HTML entities * fix: include withPayload in Next.js plugins for proper configuration
8 lines
320 B
TypeScript
8 lines
320 B
TypeScript
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
|
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
|
import '@payloadcms/next/css';
|
|
import { GRAPHQL_PLAYGROUND_GET } from '@payloadcms/next/routes';
|
|
import config from '../../../../payload.config';
|
|
|
|
export const GET = GRAPHQL_PLAYGROUND_GET(config);
|