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
@@ -212,8 +212,8 @@ Based on the incoming requests, the following assets would be served:
212
212
| /folder | 307 to /folder/ | - |
213
213
| /folder.html | 307 to /folder/ | - |
214
214
| /folder/ | 200 | /folder/index.html |
215
-
| /folder/index | 307 /folder/| - |
216
-
| /folder/index.html | 307 /folder/| - |
215
+
| /folder/index | 307 to /folder/ | - |
216
+
| /folder/index.html | 307 to /folder/ | - |
217
217
218
218
**`html_handling: "drop-trailing-slash"`**
219
219
@@ -229,8 +229,8 @@ Based on the incoming requests, the following assets would be served:
229
229
| /folder | 200 | /folder/index.html |
230
230
| /folder.html | 307 to /folder | - |
231
231
| /folder/ | 307 to /folder | - |
232
-
| /folder/index | 307 /folder| - |
233
-
| /folder/index.html | 307 /folder| - |
232
+
| /folder/index | 307 to /folder | - |
233
+
| /folder/index.html | 307 to /folder | - |
234
234
235
235
**`html_handling: "none"`**
236
236
@@ -322,3 +322,4 @@ In this example, requests to `example.com/blog/` will serve the `index.html` fil
322
322
323
323
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`.
324
324
However, if needed, these files can still be manually fetched over [the binding](/workers/static-assets/binding/#binding).
0 commit comments