From 55e86e4acbf4b847995a97ddf8167b5b4ab06e3a Mon Sep 17 00:00:00 2001 From: brysonbw Date: Thu, 20 Nov 2025 21:05:25 -0700 Subject: [PATCH] docs(contributing): update vite env var value --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00efc7f..fe4ff00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).