mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
We renamed the GitHub repository from `zeit/now` to `vercel/vercel` so this PR updates all references to the repo URL. There were also a few remaining references to Now CLI that have been updated to Vercel CLI.
13 lines
415 B
Markdown
13 lines
415 B
Markdown
# Scaling path alias
|
|
|
|
#### Why This Error Occurred
|
|
|
|
You tried to use `vercel scale` on a path alias (`vercel alias -r rules.json`).
|
|
|
|
#### Possible Ways to Fix It
|
|
|
|
Path aliases are routes to instances. Instances can be scaled independent from each other.
|
|
You can view path aliases by running `vercel alias ls <id>`.
|
|
|
|
Documentation for Path Aliases can be found [here](https://vercel.com/docs/features/path-aliases).
|