From 20621e2cb89bc6e3ff32e57c1e5d86a6661e8df5 Mon Sep 17 00:00:00 2001 From: Robson Tenorio Date: Mon, 20 Mar 2023 21:40:07 -0300 Subject: [PATCH] =?UTF-8?q?Titulo=20da=20p=C3=A1gina=20no=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.example | 3 ++- frontend/public/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/.env.example b/frontend/.env.example index 252bf76e..e1010827 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -1,3 +1,4 @@ REACT_APP_BACKEND_URL=http://localhost:8080 REACT_APP_HOURS_CLOSE_TICKETS_AUTO= -SERVER_PORT=3333 \ No newline at end of file +SERVER_PORT=3333 +REACT_APP_PAGE_TITLE=PressTicket \ No newline at end of file diff --git a/frontend/public/index.html b/frontend/public/index.html index 0c16f0b5..891afa60 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,7 +1,7 @@ - Press Ticket + %REACT_APP_PAGE_TITLE%