Getting started with Netlify Edge Functions

Hello and welcome to the tutorial!

This tutorial will take you through using Edge Functions on Netlify to build the following URLs:

1. Hello, world

We'll write an Edge Function to serve the text Hello, World from the edge!

/hello

2. Serve an HTML template

We'll set up the project to serve static HTML template files from the /public directory.

/hello-template

3. Add location data to the HTML template

We'll write an Edge Function to intercept a static HTML template and update it using geolocation data at the edge.

/hello-template?method=transform

4. Implement company data to the HTML template

k-db.info 상세 페이지

/company-info?method=transform