wip
Some checks failed
Build & Deploy / deploy (push) Failing after 20m37s

This commit is contained in:
2026-01-19 20:15:14 +01:00
parent 4abcc3fdf5
commit 6adf97a096
26 changed files with 475 additions and 898 deletions

View File

@@ -54,6 +54,9 @@ import SplitHeading from '@/components/blog/SplitHeading';
import PostNavigation from '@/components/blog/PostNavigation';
import PowerCTA from '@/components/blog/PowerCTA';
import TableOfContents from '@/components/blog/TableOfContents';
import StickyNarrative from '@/components/blog/StickyNarrative';
import TechnicalGrid from '@/components/blog/TechnicalGrid';
import ComparisonGrid from '@/components/blog/ComparisonGrid';
const components = {
VisualLinkPreview,
@@ -64,6 +67,9 @@ const components = {
ChatBubble,
PowerCTA,
SplitHeading,
StickyNarrative,
TechnicalGrid,
ComparisonGrid,
h1: () => null,
a: ({ href, children, ...props }: any) => {
if (href?.startsWith('/')) {