Skip to content

Commit 7445c4a

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/routing/worker-script.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 54ca2bc commit 7445c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/routing/worker-script.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ You can also configure selective Worker-first routing using an array of route pa
5959
"name": "my-worker",
6060
"compatibility_date": "$today",
6161
"main": "./worker/index.ts",
62-
"not_found_handling": "single-page-application",
6362
"assets": {
6463
"directory": "./dist/",
64+
"not_found_handling": "single-page-application",
6565
"binding": "ASSETS",
6666
"run_worker_first": ["/api/*", "!/api/docs/*"]
6767
}

0 commit comments

Comments
 (0)