Skip to content

Commit 2b77df6

Browse files
committed
Add netlify to readme
1 parent d907fa3 commit 2b77df6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Read the docs at https://docs.movie-web.app/proxy/introduction
1818
- cloudflare workers
1919
- AWS lambda
2020
- nodejs
21+
- netlify edge functions
22+
23+
[![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)

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
command = "pnpm build:netlify"
33
publish = "."
4-
4+
edge_functions = ".netlify"

0 commit comments

Comments
 (0)