diff --git a/README.md b/README.md index 0fd4538..3a99315 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ Read the docs at https://docs.movie-web.app/proxy/introduction - cloudflare workers - AWS lambda - nodejs + - netlify edge functions + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/movie-web/simple-proxy) diff --git a/netlify.toml b/netlify.toml index 54c4db7..a413a57 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] command = "pnpm build:netlify" publish = "." - +edge_functions = ".netlify"