Skip to content

Commit e2d1786

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

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
@@ -63,7 +63,7 @@ You can also configure selective Worker-first routing using an array of route pa
6363
"assets": {
6464
"directory": "./dist/",
6565
"binding": "ASSETS",
66-
"run_worker_first": ["/app/*", "!/app/assets/*"]
66+
"run_worker_first": ["/api/*", "!/api/docs/*"]
6767
}
6868
}
6969
```

0 commit comments

Comments
 (0)