We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79672 commit b730fd1Copy full SHA for b730fd1
src/content/docs/workers/static-assets/index.mdx
@@ -266,7 +266,7 @@ export default {
266
267
**Consider what this Worker does:**
268
269
-- Our Worker receives an HTTP request and extracts the URL.
+- Our Worker receives a HTTP request and extracts the URL.
270
- If the request is for an API route (`/api/...`), it returns a JSON response.
271
- Otherwise, it serves static assets from our directory (`env.ASSETS`).
272
0 commit comments