Hello and welcome to the tutorial!
This tutorial will take you through using Edge Functions on Netlify to build the following URLs:
We'll set up the project to serve static HTML template files from the /public directory.
/hello-templateWe'll write an Edge Function to intercept a static HTML template and update it using geolocation data at the edge.
/hello-template?method=transform