Lazy SvelteKit SSR

This route renders markdown with <ComarkAsync>. Its custom components are resolved from an explicit dynamic import map.

Resolved from componentsManifest

Lazy import rendered by SSR

This component is loaded only when the lazy-card tag appears in the rendered markdown.

Named snippets are forwarded through the lazy component resolver.