Skip to content

Commit 5e0699b

Browse files
olblakCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 83a2fd0 commit 5e0699b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm run lint
2424

2525
### Deploy to production
2626

27-
This application relies file and `/usr/share/nginx/html/config.json` to provide runtime configuration.
27+
This application relies on the `config.json` file at `/usr/share/nginx/html/config.json` for runtime configuration.
2828

2929
The frontend base path is defined at runtime with `APP_BASE_PATH`.
3030
Set it in the runtime config files to mount the SPA below a subpath such as `/udash/`.
@@ -44,8 +44,8 @@ Set it in the runtime config files to mount the SPA below a subpath such as `/ud
4444

4545
The app bootstraps from `config.json` before loading the Vue bundle, then exposes the same values on `window.config`.
4646

47-
For the local development environment, those two files must be located in the directory `public`.
48-
A gitignore rule ensure those two files are not committed to the git repository.
47+
For the local development environment, the runtime config file must be located at `public/config.json`.
48+
A `.gitignore` rule ensures this file is not committed to the git repository.
4949

5050
#### Docker
5151

0 commit comments

Comments
 (0)