From 861e30d79f6e4a67c3eff8f049f3130ea02f2ddc Mon Sep 17 00:00:00 2001 From: qtchaos <72168435+qtchaos@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:58:32 +0200 Subject: [PATCH] docs: recommend netlify instead of cf --- content/2.proxy/0.introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.proxy/0.introduction.md b/content/2.proxy/0.introduction.md index 3c0c70f..75c303b 100644 --- a/content/2.proxy/0.introduction.md +++ b/content/2.proxy/0.introduction.md @@ -8,4 +8,4 @@ Our proxy is used to bypass CORS-protected URLs on the client side, allowing use The proxy is made using [Nitro by UnJS](https://nitro.unjs.io/) which supports building the proxy to work on multiple providers including Cloudflare Workers, AWS Lambda and [more...](https://nitro.unjs.io/deploy) -Our recommended provider is Cloudflare due to its [generous free plan](https://www.cloudflare.com/en-gb/plans/developer-platform/). +Our recommended provider is Netlify due to its [generous free plan](https://www.netlify.com/pricing/#core-pricing-table).