Lazy SvelteKit SSR
This route renders markdown with <ComarkAsync>. Its custom components are resolved from an explicit dynamic import map.
This alert is returned from
componentsManifest as a dynamic import and is awaited during SvelteKit SSR.Resolved from componentsManifest
Lazy import rendered by SSR
This component is loaded only when the lazy-card tag appears in the rendered markdown.