发布

  • fix(misc): exclude .netlify paths from Framer proxy edge function

    frostbyte_neo 发布于 2026-03-04 17:03:30 +00:00

    Current Behavior

    Requests to /.netlify/images?url=... are intercepted by the Framer
    proxy edge function and forwarded to Framer, returning broken images
    on docs pages (e.g. sandboxing page).

    Expected Behavior

    /.netlify/* requests pass through to Next.js, which rewrites them
    to the astro-docs site where the actual images are hosted.

    Related Issue(s)

    Fixes DOC-436

    下载附件