Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e1deace

Browse files
Update README.md
Co-authored-by: ToriLindsay <[email protected]>
1 parent 60ef57a commit e1deace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ assets = { not_found_handling = "single-page-application" }
109109

110110
We have set the [`not_found_handling`](https://developers.cloudflare.com/workers/static-assets/routing/#not_found_handling--404-page--single-page-application--none) value to `single-page-application`.
111111
This means that all not found requests will serve the `index.html` file.
112-
With the Cloudflare plugin, the `assets` routing configuration is used in place of Vite's default behaviour.
112+
With the Cloudflare plugin, the `assets` routing configuration is used in place of Vite's default behavior.
113113
This ensures that your application's routing works the same way while developing and is it does when deployed to production.
114114

115115
Note that the [`directory`](https://developers.cloudflare.com/workers/static-assets/binding/#directory) field is not used when configuring assets with Vite.

0 commit comments

Comments
 (0)