We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78069f9 + 8b9f55b commit ff35142Copy full SHA for ff35142
1 file changed
frontend/src/index.tsx
@@ -7,14 +7,7 @@ import Theme from "./theme/theme";
7
8
ReactDOM.render(
9
<MuiThemeProvider theme={Theme}>
10
- <HashRouter
11
- basename={
12
- window.location.hostname === "iiitdmj.ac.in" ||
13
- window.location.hostname === "www.iiitdmj.ac.in"
14
- ? "/webix.iiitdmj.ac.in"
15
- : ""
16
- }
17
- >
+ <HashRouter>
18
<App />
19
</HashRouter>
20
</MuiThemeProvider>,
0 commit comments