Skip to content

Commit cd652c4

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/routing/single-page-application.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 9e073fa commit cd652c4

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
@@ -65,7 +65,7 @@ For more explicit control over SPA routing behavior, you can use `run_worker_fir
6565

6666
</WranglerConfig>
6767

68-
This configuration provides explicit routing control without relying on browser navigation headers, making it ideal for complex SPAs that need fine-grained routing behavior. Your Worker script will need to handle the matched routes and use [the assets binding](/workers/static-assets/binding/#binding) to serve the appropriate content.
68+
This configuration provides explicit routing control without relying on browser navigation headers, making it ideal for complex SPAs that need fine-grained routing behavior. Your Worker script can then handle the matched routes and (optionally using [the assets binding](/workers/static-assets/binding/#binding)) and serve dynamic content.
6969

7070
**For example:**
7171

0 commit comments

Comments
 (0)