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
Copy file name to clipboardExpand all lines: src/content/docs/workers/static-assets/routing/single-page-application.mdx
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,6 @@ export default {
87
87
};
88
88
```
89
89
90
-
<Asidetype="caution">
91
-
When using `run_worker_first`, requests matching the specified patterns will
92
-
always invoke your Worker script. If you're on the free tier and exceed your
93
-
request limits, these requests will receive a 429 (Too Many Requests) response
94
-
instead of falling back to static asset serving. Consider this when designing
95
-
your routing patterns.
96
-
</Aside>
97
-
98
90
## Local Development
99
91
100
92
If you are using a Vite-powered SPA framework, you might be interested in using our [Vite plugin](/workers/vite-plugin/) which offers a Vite-native developer experience.
0 commit comments