Skip to content

Commit

Permalink
Titulo da página no .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Mar 21, 2023
1 parent 19ee733 commit 20621e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
REACT_APP_BACKEND_URL=http://localhost:8080
REACT_APP_HOURS_CLOSE_TICKETS_AUTO=
SERVER_PORT=3333
SERVER_PORT=3333
REACT_APP_PAGE_TITLE=PressTicket
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Press Ticket</title>
<title>%REACT_APP_PAGE_TITLE%</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
Expand Down

0 comments on commit 20621e2

Please sign in to comment.