Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ touch .env.local
2. Add the following variables in `.env.local`

```bash
VITE_APP_NAME="Study Timer"
VITE_APP_TITLE="Study Timer | Study With Pomodoro Timer"
VITE_APP_NAME="Study Timer"
VITE_APP_TITLE="Study Timer | Online Pomodoro Focus Timer | Code Cause"
```

> **Note**: _Non-sensetive_ enviorment variables used client-side **must** have prefix \_VITE\_\_ and added to `vite-end.d.ts` and `.env.local` before usage. For more information see [Vite docs: Env Variables and Modes](https://vite.dev/guide/env-and-mode).
Expand Down
Loading