Update README.md

This commit is contained in:
He4eT 2023-06-29 21:41:38 +03:00 committed by GitHub
commit 2c2c6cded4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,14 @@ To create a production build, use the following command:
npm run build <public-url>
```
- If you intend to host the player on `https://your.domain/`, use `npm run build /`.
- For hosting it in a specific directory like `https://your.domain/some-directory/`, use `npm run build /some-directory`.
- If you intend to host the player on `https://your.domain/`, use:
```
npm run build /
```
- For hosting it in a specific directory like `https://your.domain/some-directory/`, use:
```
npm run build /some-directory
```
## Direct links