mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:30:20 +00:00
docs(build): Explain how to build with absolute urls
This commit is contained in:
parent
21eaa1bda7
commit
2b6c7744a2
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ npm run serve
|
|||
```
|
||||
npm run build
|
||||
```
|
||||
If you want absolute public urls
|
||||
```
|
||||
npm run build -- --public-url https://my.super.kawaii.website/
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue