Skip to content

Commit 40f1967

Browse files
authored
Update src/content/docs/workers/static-assets/routing.mdx
1 parent b730fd1 commit 40f1967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/workers/static-assets/routing.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,3 @@ In this example, requests to `example.com/blog/` will serve the `index.html` fil
322322

323323
If you have a file outside the configured path, it will not be served. For example, if you have a `home.html` file in the root of your asset directory, it will not be served when requesting `example.com/blog/home`.
324324
However, if needed, these files can still be manually fetched over [the binding](/workers/static-assets/binding/#binding).
325-
```

0 commit comments

Comments
 (0)