Skip to content

Commit

Permalink
Update environment variables and remove beta banner
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 29, 2024
1 parent e8deaf8 commit 9f484d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PRODUCTION
VITE_APP_BACKEND_BASEURL=https://api.tmpf.me
# VITE_APP_BACKEND_BASEURL=https://api.tmpf.me

# DEV
# VITE_APP_BACKEND_BASEURL=https://dev.tmpf.me

# LOCAL DEV
# VITE_APP_BACKEND_BASEURL=http://localhost:5000
VITE_APP_BACKEND_BASEURL=http://localhost:5000
5 changes: 1 addition & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link, Outlet, Route, Routes, useNavigate } from 'react-router-dom';
import { Outlet, Route, Routes, useNavigate } from 'react-router-dom';
import { useState, useEffect } from 'react';
import toast, { Toaster, useToasterStore } from 'react-hot-toast';
import { Navbar } from './components';
Expand Down Expand Up @@ -47,9 +47,6 @@ export default function App() {
path="/"
element={
<S.RootLayout>
<Link className="BetaBanner" to="https://beta.tmpf.me/" target="_blank">
๋ฒ ํƒ€๋ฒ„์ „์ด ์ถœ์‹œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. beta.tmpf.me์—์„œ ๋ฒ ํƒ€ ๋ฒ„์ „์„ ์ฒดํ—˜ํ•ด๋ณด์„ธ์š”!
</Link>
<div>
<Toaster
toastOptions={{
Expand Down

0 comments on commit 9f484d1

Please sign in to comment.