From 2b77df66ecbf208a1aa9af6fdd2f81ed4d4e30b7 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Mon, 8 Jan 2024 21:38:27 +0100 Subject: [PATCH] Add netlify to readme --- README.md | 3 +++ netlify.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"