Skip to content

Commit 7071393

Browse files
committed
fix a table or two
1 parent fed4c2b commit 7071393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/activities/development-guides/local-development.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ To add or modify your application's URL mappings, click on `Activities -> URL Ma
108108
- 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.
109109
- 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.
110110

111-
| ✅ DO | ❌ DON'T |
112-
|-------------------------------------------------------------|-----------------------------------------------------------------|
113-
| Requests mapped correctly | Requests to /foo/bar will incorrectly be sent to `foo.com` |
111+
| ✅ DO | ❌ DON'T |
112+
|--------------------------------------------------------------|------------------------------------------------------------------|
113+
| Requests mapped correctly | Requests to /foo/bar will incorrectly be sent to `foo.com` |
114114
| ![url-mapping-do.png](images/activities/url-mapping-do.webp) | ![url-mapping-dont.png](images/activities/url-mapping-dont.webp) |
115115

116116
#### Exceptions

0 commit comments

Comments
 (0)