Steven Milstein
Steven Milstein
After trying to import `node-fetch` to an Edge Function, I eventually stumbled upon: `// fetch() is supported natively by Deno!` in [edge-functions-examples/image-external.ts at b50cb0b330c6ea730887bdba6501777196ac2791 · netlify/edge-functions-examples](https://github.com/netlify/edge-functions-examples/blob/b50cb0b330c6ea730887bdba6501777196ac2791/netlify/edge-functions/image-external.ts#L6) I certainly got lucky...
**Describe the bug** According to the [Render documentation](https://www.11ty.dev/docs/plugins/render/): > Everything you’ve added to project’s configuration file will also be available in these renders too: shortcodes, filters, etc. However, the Render...
Based on https://www.11ty.dev/docs/layout-chaining/. If I understand correctly: 1. Markdown has "content" 1. It gets rendered in the markdown's layout. 1. If that layout is chained then its content is finally...