[fix] nginx continuously rewriting and reloading on index page of spaces app (#2236)
* chore: shifted index page to /home route * chore: added rewrite logic, to rewrite index to /home * chore: routed home to login route as login page * chore: updated nginx config to route to login * chore: updated path for home
This commit is contained in:
parent
d38594376b
commit
88a35efa06
6 changed files with 19 additions and 13 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import React from "react";
|
||||
|
||||
// components
|
||||
import { HomeView } from "components/views";
|
||||
|
||||
const HomePage = () => <HomeView />;
|
||||
|
||||
export default HomePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue