Skip to content

Commit 0391fa5

Browse files
committed
homepage 필드 설정
1 parent b54ffe7 commit 0391fa5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "debugvisual_front",
33
"version": "0.1.0",
4+
"homepage": "https://DMU-DebugVisual.github.io/DebugVisual_FrontEnd",
45
"private": true,
56
"dependencies": {
67
"@monaco-editor/react": "^4.7.0",

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import MyCommunity from "./components/mypage/MyCommunity";
1717

1818
function App() {
1919
return (
20-
<BrowserRouter>
20+
<BrowserRouter basename="/DebugVisual_FrontEnd">
2121
<Header />
2222
<Routes>
2323
<Route path="/" element={<Main />} />
@@ -40,4 +40,4 @@ function App() {
4040
);
4141
}
4242

43-
export default App;
43+
export default App;

0 commit comments

Comments
 (0)