We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdcc70 commit 51ac533Copy full SHA for 51ac533
src/content/docs/workers/static-assets/binding.mdx
@@ -93,7 +93,7 @@ You can also specify `run_worker_first` as an array of route patterns to selecti
93
"directory": "./dist/",
94
"not_found_handling": "single-page-application",
95
"binding": "ASSETS",
96
- "run_worker_first": ["/app/*", "!/app/assets/*"]
+ "run_worker_first": ["/api/*", "!/api/docs/*"]
97
}
98
99
```
0 commit comments