Skip to content

Commit feeea0f

Browse files
authored
Update src/content/docs/workers/static-assets/index.mdx
1 parent a809133 commit feeea0f

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
@@ -87,7 +87,7 @@ By default, if a requested URL matches a file in the static assets directory, th
8787

8888
- If a Worker is configured and a request does not match a static asset, the Worker will handle the request. The Worker can choose to pass the request to the asset binding (through `env.ASSETS.fetch()`), following the `not_found_handling` rules.
8989

90-
This default routing behavior can be configured and overridden. For example, if you have a Single Page Application and want to serve `index.html` for all unmatched routes, you can set `not_found_handling = "single-page-application"`:
90+
You can configure and override this default routing behaviour. For example, if you have a Single Page Application and want to serve `index.html` for all unmatched routes, you can set `not_found_handling = "single-page-application"`:
9191

9292
<WranglerConfig>
9393

0 commit comments

Comments
 (0)