diff --git a/.env b/.env index 6475f88..0949cc0 100644 --- a/.env +++ b/.env @@ -1,4 +1,3 @@ -PUBLIC_URL= '/' REACT_APP_BACKEND_BASEURL=http://localhost:5000 # dev - http://localhost:5000 # main - https://tfb.minpeter.cf \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index aeb7a22..d38c73c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ import { globalStyle } from './styles'; const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement); root.render( - + ,