Skip to content

Commit 6f4b7ca

Browse files
Apply suggestions from code review
Co-authored-by: Maddy <[email protected]>
1 parent 4a03ee2 commit 6f4b7ca

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+3
-3
lines changed

src/content/docs/workers/frameworks/framework-guides/react.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ After you have created your project, run the following command in the project di
4848

4949
<PackageManagers type="run" args={"dev"} />
5050

51-
## 3. Deploy your Project
51+
## 3. Deploy your project
5252

5353
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including [Cloudflare's own](/workers/ci-cd/builds/).
5454

55-
The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/configuration/#build-settings) configuration appropriately.
55+
The following command will build and deploy your project. If you are using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/configuration/#build-settings) configuration appropriately.
5656

5757
<PackageManagers type="run" args={"deploy"} />
5858

5959
---
6060

6161
## Static assets
6262

63-
You can serve static assets in your React application by placing them in [the `./public/` directory](UPDATE). This can be useful for resource files such as images, stylesheets, fonts, and manifests.
63+
You can serve static assets in your React application by [placing them in the `./public/` directory](https://vite.dev/guide/assets#the-public-directory). This can be useful for resource files such as images, stylesheets, fonts, and manifests.
6464

6565
<Render file="workers-assets-routing-summary" />

0 commit comments

Comments
 (0)