Fix: Add TOC alias and update MDX to fix missing component error
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Failing after 10m35s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Smoke Test (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-05-05 16:55:18 +02:00
parent cb9e136d16
commit 8dea906d23
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ tags: ["management", "business"]
<Section> <Section>
<H2>Inhaltsverzeichnis</H2> <H2>Inhaltsverzeichnis</H2>
<TOC /> <TableOfContents />
</Section> </Section>
<H2>Die Falle der unendlichen Stunden</H2> <H2>Die Falle der unendlichen Stunden</H2>

View File

@@ -85,6 +85,7 @@ export const mdxComponents = {
Section, Section,
Reveal, Reveal,
TableOfContents, TableOfContents,
TOC: TableOfContents,
RevenueLossCalculator, RevenueLossCalculator,
PerformanceChart, PerformanceChart,
PerformanceROICalculator, PerformanceROICalculator,