Skip to content

Commit c5a9bb2

Browse files
boop
1 parent 0617dfa commit c5a9bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/activities/development-guides.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ To add or modify your application's URL mappings, click on `Activities -> URL Ma
238238
- Targets must point to a directory; setting a target to a file (e.g. `example.com/index.html`) is unsupported and may lead to unexpected behavior.
239239
- Because of how URL globbing works, if you have multiple prefix urls with the same initial path, you must place the shortest of the prefix paths last in order for each url mapping to be reachable. For example, if you have `/foo` and `/foo/bar`, you must place the url `/foo/bar` before `/foo` or else the mapping for `/foo/bar` will never be reached.
240240

241-
| ✅ DO | ❌ DON'T |
242-
|------------------------------------------------------|------------------------------------------------------------|
243-
| Requests mapped correctly | Requests to /foo/bar will incorrectly be sent to `foo.com` |
244-
| ![url-mapping-do.png](images/activities/url-mapping-do.png) | ![url-mapping-dont.png](images/activities/url-mapping-dont.png) |
241+
| ✅ DO | ❌ DON'T |
242+
|-------------------------------------------------------------|-----------------------------------------------------------------|
243+
| Requests mapped correctly | Requests to /foo/bar will incorrectly be sent to `foo.com` |
244+
| ![url-mapping-do.png](images/activities/url-mapping-do.png) | ![url-mapping-dont.png](images/activities/url-mapping-dont.png) |
245245

246246
#### Exceptions
247247

0 commit comments

Comments
 (0)