Skip to content

Commit

Permalink
Make it clearer that the PROJECT_NAME environment variable is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hanna committed Dec 16, 2023
1 parent 72e1d09 commit d419672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Usually, you will just want to run `npm start`, but this project also provides t

The `.env` file contains the following environment variables:

* `PROJECT_NAME: string`
* `PROJECT_NAME?: string`

If present, used by [Express](https://expressjs.com/) to set up redirects for emulating [GitHub Pages](#github-pages).

Expand Down

0 comments on commit d419672

Please sign in to comment.