11ty-edge-demo

Tiny demo with starter concepts for 11ty Edge.

Stars
5
Committers
1

11ty-edge-demo

Created on stream: 5t3phDev

Edge Resources

Edge Tips & Gotchas

  • 11ty Edge does not have access to your data, filters, or collections - you will have to generate any data you want and send it to the _generated directory within netlify/edge-functions.
    • See src/_generated/meta.njk for one example on how to share data
  • If you make a change between the {% edge %} shortcode, you may need to restart the server.
  • As of canary-11 you cannot stack 11ty Edge functions and successfully get globalData from both - only the last function returns data.