Skip to content

Commit d756e86

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/binding.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 03a5b69 commit d756e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/binding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ You can also specify `run_worker_first` as an array of route patterns to selecti
8989
"name": "my-spa-worker",
9090
"compatibility_date": "$today",
9191
"main": "./src/index.ts",
92-
"not_found_handling": "single-page-application",
9392
"assets": {
9493
"directory": "./dist/",
94+
"not_found_handling": "single-page-application",
9595
"binding": "ASSETS",
9696
"run_worker_first": ["/app/*", "!/app/assets/*"]
9797
}

0 commit comments

Comments
 (0)