Skip to content

Commit 396740f

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/index.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 77d00bb commit 396740f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If you want the Worker code to execute before serving assets, you can use the `r
130130
"directory": "./dist/",
131131
"not_found_handling": "single-page-application",
132132
"binding": "ASSETS",
133-
"run_worker_first": ["/app/*", "!/app/assets/*"]
133+
"run_worker_first": ["/api/*", "!/api/docs/*"]
134134
}
135135
}
136136
```

0 commit comments

Comments
 (0)