Commit 6ad62712 authored by Kim, Subin's avatar Kim, Subin
Browse files

Router basename 수정 완료

parent fb6eed94
...@@ -10,7 +10,7 @@ import ErrorPage from "./pages/ErrorPage"; ...@@ -10,7 +10,7 @@ import ErrorPage from "./pages/ErrorPage";
function App() { function App() {
return ( return (
<Router basename={process.env.REACT_APP_ROUTE_URL}> <Router basename={process.env.PUBLIC_URL}>
<div id="box" className="container mx-sm-auto"> <div id="box" className="container mx-sm-auto">
<Switch> <Switch>
<Route exact path="/" component={LoginPage} /> <Route exact path="/" component={LoginPage} />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment