From c3a5e86d4923ca1c5ba5d0b10c1896a4aca9adeb Mon Sep 17 00:00:00 2001 From: Mathias Barosen Herholdt <81162745+devholdt@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:07:36 +0200 Subject: [PATCH] Update deployment instructions for Cloudflare Pages using Git - Updated navigation path in step 3 to reflect what the current Cloudflare dashboard looks like. - Revised setp 4 instructions to match the current Cloudflare Pages setup process. - Ensured the rest of the steps and build settings remain consistent with the deployment process. --- src/content/docs/en/guides/deploy/cloudflare.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/guides/deploy/cloudflare.mdx b/src/content/docs/en/guides/deploy/cloudflare.mdx index 181b814700d10..9aaa3924e6037 100644 --- a/src/content/docs/en/guides/deploy/cloudflare.mdx +++ b/src/content/docs/en/guides/deploy/cloudflare.mdx @@ -29,9 +29,9 @@ To get started, you will need: 2. Push your code to your git repository (GitHub, GitLab). -3. Log in to the Cloudflare dashboard and select your account in **Account Home** > **Pages**. +3. Log in to the Cloudflare dashboard and select your account in **Account Home** > **Workers & Pages** > **Overview**. -4. Select **Create a new Project** and the **Connect Git** option. +4. Select **Create application**, then the **Pages** tab and then select the **Connect to Git** option. 5. Select the git project you want to deploy and click **Begin setup**