diff --git a/frontend/.env.example b/frontend/.env.example new file mode 100644 index 00000000..6ca54f05 --- /dev/null +++ b/frontend/.env.example @@ -0,0 +1,5 @@ +# OAuth 2.0 Client ID issued by Google Cloud Console +VITE_GOOGLE_CLIENT_ID= + +# Base URL of the backend API (e.g., http://localhost:5000 or https://api.example.com) +VITE_API_URL= diff --git a/frontend/src/components/user/common/Navbar.tsx b/frontend/src/components/user/common/Navbar.tsx index 99de89b3..744fda90 100644 --- a/frontend/src/components/user/common/Navbar.tsx +++ b/frontend/src/components/user/common/Navbar.tsx @@ -27,7 +27,7 @@ const Navbar = () => { return (
- +