mirror of https://github.com/VERT-sh/VERT.git
[no ci] docs(readme): use `example.com` for PUB_HOSTNAME
This commit is contained in:
parent
495787dc7e
commit
d422326ab2
|
@ -44,7 +44,7 @@ This will start a development server. Open your browser and navigate to `http://
|
|||
Before building for production, make sure you create a `.env` file in the root of the project with the following content:
|
||||
|
||||
```sh
|
||||
PUB_HOSTNAME=vert.sh # change to your domain, only gets used for Plausible (for now)
|
||||
PUB_HOSTNAME=example.com # change to your domain, only gets used for Plausible (for now)
|
||||
PUB_PLAUSIBLE_URL=https://plausible.example.com # can be empty if not using Plausible
|
||||
PUB_ENV=production # "production", "development" or "nightly"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue