Skip to content

Commit d45a4cf

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 51ac533 commit d45a4cf

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
@@ -53,9 +53,9 @@ For more explicit control over SPA routing behavior, you can use `run_worker_fir
5353
"name": "my-worker",
5454
"compatibility_date": "06-17-2025",
5555
"main": "./src/index.ts",
56-
"not_found_handling": "single-page-application",
5756
"assets": {
5857
"directory": "./dist/",
58+
"not_found_handling": "single-page-application",
5959
"binding": "ASSETS",
6060
"run_worker_first": ["/api/*", "!/api/docs/*"]
6161
}

0 commit comments

Comments
 (0)