Skip to content

Commit abf4abd

Browse files
korinneGregBrimble
andauthored
Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 13f8c19 commit abf4abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-17-advanced-routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2025-06-17T01:00:00Z
88

99
import { WranglerConfig } from "~/components";
1010

11-
For those building [Single Page Applications (SPAs) on Workers](/workers/static-assets/routing/single-page-application/#advanced-routing-control), you can now explicitly define which routes invoke your Worker in Wrangler configuration. The [`run_worker_first` config option](/workers/static-assets/binding/#run_worker_first) has now been expanded to accept an array of route patterns, allowing you to more granularly specify when your Worker runs.
11+
For those building [Single Page Applications (SPAs) on Workers](/workers/static-assets/routing/single-page-application/#advanced-routing-control), you can now explicitly define which routes invoke your Worker script in Wrangler configuration. The [`run_worker_first` config option](/workers/static-assets/binding/#run_worker_first) has now been expanded to accept an array of route patterns, allowing you to more granularly specify when your Worker script runs.
1212

1313
**Configuration example:**
1414

0 commit comments

Comments
 (0)