Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/cloudflare/howtos/assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Workers Static Assets can intercept requests to the application ([`run_worker_fi

Another option is to run the Worker first (`run_worker_first=true`) to offer more flexibility at the expense of a higher cost.

Note that `run_worker_first` could also be set to a list of patterns - this is a great option if you need more flexibility for only a subset of the statids assets.
Note that `run_worker_first` could also be set to a list of patterns - this is a great option if you need more flexibility for only a subset of the static assets.

### run_worker_first=false

Expand Down