diff --git a/public/docs/ts/latest/guide/deployment.jade b/public/docs/ts/latest/guide/deployment.jade index eb6fbe8e94..dea5eeb054 100644 --- a/public/docs/ts/latest/guide/deployment.jade +++ b/public/docs/ts/latest/guide/deployment.jade @@ -316,7 +316,7 @@ a#base-tag That's the root folder and you'd add `` near the top of `index.html` because `/` is the root of the app. But on the shared or production server, you might serve the app from a subfolder. - For example, when the URL to load the app is something like `http://www.mysite.com/mysrc/app/`, + For example, when the URL to load the app is something like `http://www.mysite.com/my/app/`, the subfolder is `my/app/` and you should add `` to the server version of the `index.html`. When the `base` tag is misconfigured, the app fails to load and the browser console displays `404 - Not Found` errors