[no ci] docs(readme): use `example.com` for PUB_HOSTNAME

This commit is contained in:
azure 2025-02-16 07:44:57 -05:00 committed by GitHub
parent 495787dc7e
commit d422326ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: Before building for production, make sure you create a `.env` file in the root of the project with the following content:
```sh ```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_PLAUSIBLE_URL=https://plausible.example.com # can be empty if not using Plausible
PUB_ENV=production # "production", "development" or "nightly" PUB_ENV=production # "production", "development" or "nightly"
``` ```