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,9 +1,3 @@
import { ComponentDefinition } from "@mintel/content-engine";
import { allComponentDefinitions } from "../payload/blocks/allBlocks";
/**
* Single Source of Truth for all MDX component definitions.
* Now dynamically generated from individual Payload block definitions.
*/
export const componentDefinitions: ComponentDefinition[] =
allComponentDefinitions;
export const componentDefinitions: ComponentDefinition[] = [];