diff --git a/src/app/page.tsx b/src/app/page.tsx index 7af6dbd..2995217 100755 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,3 +4,4 @@ import { redirect } from "next/navigation"; export default function Home() { redirect("/dashboard"); } +//Prueba deploy Gitea