You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
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`.
111
111
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.
113
113
This ensures that your application's routing works the same way while developing and is it does when deployed to production.
114
114
115
115
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