Commit 1ce5e91
committed
fix(misc): exclude .netlify paths from Framer proxy edge function
## 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-4361 parent 7bdeeef commit 1ce5e91
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments