Añadido Dockerfil docker-compose.yml
This commit is contained in:
Regular → Executable
+3
-2
@@ -1,5 +1,6 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
/** Redirige la raíz al calendario del dashboard. */
|
||||
export default function Home() {
|
||||
redirect('/dashboard');
|
||||
redirect("/dashboard/calendar");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user