From 739c9c57bfe6791ace5908d396f3735c5bb4fa47 Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Tue, 11 Oct 2022 12:30:26 +0200 Subject: [PATCH] docs: fix link to cloudflare-pages preset (#564) --- docs/content/2.deploy/0.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.deploy/0.index.md b/docs/content/2.deploy/0.index.md index 1f8aeb957c..e8a416738e 100644 --- a/docs/content/2.deploy/0.index.md +++ b/docs/content/2.deploy/0.index.md @@ -17,7 +17,7 @@ When running Nitro in development mode, Nitro will always use a special preset c When deploying to the production using CI/CD, Nitro tries to automatically detect the provider environment and set the right one without any additional configuration. Currently, providers below can be auto-detected with zero config. - [azure](/deploy/providers/azure) -- [cloudflare_pages](/deploy/providers/cloudflare_pages) +- [cloudflare_pages](/deploy/providers/cloudflare#cloudflare-pages) - [netlify](/deploy/providers/netlify) - [stormkit](/deploy/providers/stormkit) - [vercel](/deploy/providers/vercel)