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 ed38545 commit e2d1786Copy full SHA for e2d1786
src/content/docs/workers/static-assets/routing/worker-script.mdx
@@ -63,7 +63,7 @@ You can also configure selective Worker-first routing using an array of route pa
63
"assets": {
64
"directory": "./dist/",
65
"binding": "ASSETS",
66
- "run_worker_first": ["/app/*", "!/app/assets/*"]
+ "run_worker_first": ["/api/*", "!/api/docs/*"]
67
}
68
69
```
0 commit comments