Skip to content

Commit b915295

Browse files
Update src/content/docs/workers/static-assets/binding.mdx
Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
1 parent 8d7ad07 commit b915295

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ main = "src/index.ts"
7575
[assets]
7676
directory = "./public/"
7777
binding = "ASSETS"
78-
run_worker_first = [
7978
"/api/**", # API calls go to Worker first
8079
"!/api/docs/**" # EXCEPTION: For /api/docs/**, try static assets first
81-
]
8280
```
8381

8482
</WranglerConfig>

0 commit comments

Comments
 (0)