Skip to content

Commit

Permalink
docs(shared-options): better explain base (#17535)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Jun 20, 2024
1 parent fc04971 commit cafa7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/shared-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See [Project Root](/guide/#index-html-and-project-root) for more details.
Base public path when served in development or production. Valid values include:

- Absolute URL pathname, e.g. `/foo/`
- Full URL, e.g. `https://foo.com/` (The origin part won't be used in development)
- Full URL, e.g. `https://bar.com/foo/` (The origin part won't be used in development so the value is the same as as `/foo/`)
- Empty string or `./` (for embedded deployment)

See [Public Base Path](/guide/build#public-base-path) for more details.
Expand Down

0 comments on commit cafa7d5

Please sign in to comment.