diff --git a/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx b/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx index 7a4569156bbc9a2..65dd1b2e6a5d983 100644 --- a/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-an-angular-site.mdx @@ -58,6 +58,12 @@ You will be asked to authorize access to your GitHub account if you have not alr + +:::caution[On some versions of Angular, you may need to:] +Change the `Build command` to `npx ng build --output-path dist/cloudflare`\ +Change the `Build directory` to `dist/cloudflare/browser` +::: + Optionally, you can customize the **Project name** field. It defaults to the GitHub repository's name, but it does not need to match. The **Project name** value is assigned as your `*.pages.dev` subdomain. 4. After completing configuration, select the **Save and Deploy**.