Skip to content

Commit bbd358d

Browse files
Update src/content/docs/workers/configuration/smart-placement.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 80dfbeb commit bbd358d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/smart-placement.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Smart Placement only considers candidate locations where the Worker has previous
3131

3232
Smart Placement only affects the execution of [fetch event handlers](/workers/runtime-apis/handlers/fetch/). Workers without a fetch event handler will be ignored by Smart Placement. For Workers with both fetch and non-fetch event handlers, Smart Placement will only affect the execution of the fetch event handler.
3333

34-
Similarly, Smart Placement will not affect the serving of [static assets](/workers/static-assets/). These will continue to be served from the nearest location to the incoming request. If a Worker script has been invoked and assets are being retrieved over a [binding](https://developers.cloudflare.com/workers/static-assets/binding/), then assets will be served from the same location as the executing Worker script.
34+
Similarly, Smart Placement will not affect where [static assets](/workers/static-assets/) are served from. Static assets will continue to be served from the location nearest to the incoming request. If a Worker is invoked and your code retrieves assets via the [static assets binding](https://developers.cloudflare.com/workers/static-assets/binding/), then assets will be served from the location that your Worker runs in.
3535

3636
## Enable Smart Placement
3737

0 commit comments

Comments
 (0)