myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 9327baae42ad65fabfcd03da328698685b3ffa01
parent 56b6a19d589af624eecef572a138cb88309242d6
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu,  9 Mar 2023 01:20:55 +0100

feat: add DOC_TITLE to env file

Diffstat:
M.env | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.env b/.env @@ -1,3 +1,5 @@ # Anonymous public API key for the Supabase project # https://app.supabase.com/project/_/settings/api -REACT_APP_SUPABASE_KEY= -\ No newline at end of file +REACT_APP_SUPABASE_KEY= +# Application window title +REACT_APP_DOC_TITLE='My Heats' +\ No newline at end of file