Skip to content

Commit 9e073fa

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/routing/single-page-application.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 55d79ef commit 9e073fa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/workers/static-assets/routing/single-page-application.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@ export default {
8787
};
8888
```
8989

90-
<Aside type="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-
9890
## Local Development
9991

10092
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

Comments
 (0)