postRender received content and teleports still carrying the relative-base
sentinel that transformHead/transformHtml already had resolved; the swap
now happens right after the ssr render, covering every teleport entry. The
XHR prefetch fallback sent credentialed requests, which a CDN answering
with a wildcard allow-origin rejects — cross-origin urls now go
credentialless, matching the module fetch and the link-prefetch path.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>