Skip to content

Commit 51ac533

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

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
@@ -93,7 +93,7 @@ You can also specify `run_worker_first` as an array of route patterns to selecti
9393
"directory": "./dist/",
9494
"not_found_handling": "single-page-application",
9595
"binding": "ASSETS",
96-
"run_worker_first": ["/app/*", "!/app/assets/*"]
96+
"run_worker_first": ["/api/*", "!/api/docs/*"]
9797
}
9898
}
9999
```

0 commit comments

Comments
 (0)