Refactor: remove PayloadCMS, use MDX for content and TSX for design, use direct email for contact
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🏗️ Build (push) Failing after 7m53s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Smoke Test (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-05 10:51:11 +02:00
parent 7bceb6cd2b
commit 66b80117b1
131 changed files with 331 additions and 14844 deletions

View File

@@ -1,5 +1,5 @@
import withMintelConfig from "@mintel/next-config";
import { withPayload } from '@payloadcms/next/withPayload';
import createMDX from '@next/mdx';
import path from 'path';
import { fileURLToPath } from 'url';
@@ -21,7 +21,7 @@ const nextConfig = {
'@mintel/concept-engine',
'@mintel/estimation-engine',
'@mintel/meme-generator',
'@mintel/payload-ai',
'@mintel/pdf',
'@mintel/thumbnail-generator'
],
@@ -80,4 +80,4 @@ if (config.serverActions) {
delete config.serverActions;
}
export default withPayload(config);
export default config;