feat: integrate payload cms to landing page

This commit is contained in:
ArraysID
2025-05-08 15:12:32 +07:00
parent 3aa552afd6
commit 0561555276
29 changed files with 5593 additions and 232 deletions
@@ -0,0 +1,8 @@
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
import config from '@payload-config';
import { GRAPHQL_POST, REST_OPTIONS } from '@payloadcms/next/routes';
export const POST = GRAPHQL_POST(config);
export const OPTIONS = REST_OPTIONS(config);