Skip to content

Commit

Permalink
changed start url
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Feb 12, 2024
1 parent 373dec2 commit 2553e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"start_url": "/login",
"icons": [
{
"src": "icons/icon-144x144.png",
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import { useRouter } from 'next/navigation';
export default function HomePage() {
const router = useRouter();

useEffect(() => {
/* useEffect(() => {
router.push('/login');
}, []);

*/
return (
<main>
<Head>
Expand Down

0 comments on commit 2553e45

Please sign in to comment.