docs: use neutral domain name in i18n example (#33146)

PR Close #33146
This commit is contained in:
Alexander von Weiss 2019-10-14 17:28:57 +02:00 committed by Miško Hevery
parent ce7f934c66
commit a86893c10f
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ error.
When you use the CLI `build` or `serve` command to build your application for different locales, change the output path using the `--outputPath` command option (along with the i18n-specific command options), so that the translation files are saved to different locations.
When you are serving a locale-specific version from a subdirectory, you can also change the base URL used by your app by specifying the `--baseHref` option.
For example, if the French version of your application is served from https://myapp.com/fr/, configure the build for the French version as follows.
For example, if the French version of your application is served from https://example.com/fr/, configure the build for the French version as follows.
```
"configurations": {