Skip to content

Commit

Permalink
Merge pull request #28 from zeit/path-alias-note
Browse files Browse the repository at this point in the history
Add a note explaining the pathname is appended to the dist in alias path
  • Loading branch information
arunoda authored Sep 7, 2017
2 parents abcb602 + 3d7c538 commit 43627bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/docs/features/path-aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ ${
</Caption>
}
This means if an user goes to \`company.com/api/auth\` he's going to see that URL in the browser but internally the request will go to \`auth.api.company.com/api/auth\` (yes the \`pathname\` is appended to the \`dest\` URL).
Here are some of the main characteristics of the system we're excited about.
### 1. Atomic
Expand Down

0 comments on commit 43627bb

Please sign in to comment.