We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ca211 + 0391fa5 commit b280be6Copy full SHA for b280be6
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "debugvisual_front",
3
"version": "0.1.0",
4
+ "homepage": "https://DMU-DebugVisual.github.io/DebugVisual_FrontEnd",
5
"private": true,
6
"dependencies": {
7
"@monaco-editor/react": "^4.7.0",
src/App.js
@@ -17,7 +17,7 @@ import MyCommunity from "./components/mypage/MyCommunity";
17
18
function App() {
19
return (
20
- <BrowserRouter>
+ <BrowserRouter basename="/DebugVisual_FrontEnd">
21
<Header />
22
<Routes>
23
<Route path="/" element={<Main />} />
@@ -40,4 +40,4 @@ function App() {
40
);
41
}
42
43
-export default App;
+export default App;
0 commit comments