Fix twist in filename
the file is actually named config.example.json, fix the reference so the copy command works.
This commit is contained in:
parent
7bba46fa52
commit
33b14b16a3
|
@ -53,7 +53,7 @@ Change the domain where it occurs, such as in `Host()` rules.
|
|||
### Configure frontend
|
||||
|
||||
```bash
|
||||
cp source/frontend/config.json.example config/frontend.json
|
||||
cp source/frontend/config.example.json config/frontend.json
|
||||
vim frontend/src/config.json
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue