We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e2f6f commit ff57d61Copy full SHA for ff57d61
docs/config/shared-options.md
@@ -18,7 +18,7 @@ See [Project Root](/guide/#index-html-and-project-root) for more details.
18
Base public path when served in development or production. Valid values include:
19
20
- Absolute URL pathname, e.g. `/foo/`
21
-- 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/`)
+- Full URL, e.g. `https://bar.com/foo/` (The origin part won't be used in development so the value is the same as `/foo/`)
22
- Empty string or `./` (for embedded deployment)
23
24
See [Public Base Path](/guide/build#public-base-path) for more details.
0 commit comments