Skip to content

Commit 5a8e60c

Browse files
committed
Clarify support for advanced routing in aside
1 parent 82b83d6 commit 5a8e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/routing/single-page-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Configuring `assets.not_found_handling` to `single-page-application` overrides t
4040
For more explicit control over SPA routing behavior, you can use `run_worker_first` with an array of route patterns. This approach disables the automatic `Sec-Fetch-Mode: navigate` detection and gives you explicit control over which requests should be handled by your Worker script vs served as static assets.
4141

4242
<Aside type="note">
43-
To use advanced routing control with `run_worker_first`, you'll need:
43+
Advanced routing control is supported in:
4444
- [Wrangler](/workers/wrangler/install-and-update/) v4.20.0 and above
4545
- [Cloudflare Vite plugin](/workers/vite-plugin/get-started/) v1.7.0 and above
4646

0 commit comments

Comments
 (0)