Commit dfac899e authored by Roopashree L's avatar Roopashree L
Browse files

added start_url in manifest file

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -18,7 +18,7 @@
"sizes": "512x512"
}
],
"start_url": ".",
"start_url": "./app",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
......
......@@ -18,7 +18,7 @@
"sizes": "512x512"
}
],
"start_url": ".",
"start_url": "./app",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
......
......@@ -104,7 +104,7 @@ function App() {
<BrowserRouter basename={'/app'}>
<Routes>
{/* Default landing page */}
<Route path="/" element={<Navigate to="/auth/login" />} />
<Route path="/app" element={<Navigate to="/auth/login" />} />
{/* Register and Login Routes */}
<Route path={ADMIN_ROUTE_MAP.auth} element={<Authenticate />}>
......
Supports Markdown
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