Skip to content

Commit 6b1a807

Browse files
GregBrimbleOxyjun
andauthored
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent cf7e9d6 commit 6b1a807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/pages/functions/routing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ Below is another example of a `_routes.json` file. Any route inside the `/build`
181181
If on the Workers Free plan, you can configure how Pages behaves when your daily free tier allowance of Pages Functions requests is exhausted. If, for example, you are performing authentication checks or other critical functionality in your Pages Functions, you may wish to disable your Pages project when the allowance is exhausted.
182182

183183
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
184-
2. In **Account Home**, select **Workers & Pages**.
184+
2. From **Account Home**, go to **Workers & Pages**.
185185
3. In **Overview**, select your Pages project.
186-
4. Select **Settings** > **Runtime** > **Fail open / closed**.
186+
4. Go to **Settings** > **Runtime** > **Fail open / closed**.
187187

188188
"Fail open" means that static assets will continue to be served, even if Pages Functions would ordinarily have run first. "Fail closed" means an error page will be returned, rather than static assets.
189189

0 commit comments

Comments
 (0)