mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
migration
This commit is contained in:
+3
-4
@@ -1,6 +1,5 @@
|
||||
import {redirect, useRouter} from "next/navigation";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function NotFound() {
|
||||
console.log("not found");
|
||||
redirect("/")
|
||||
}
|
||||
redirect("/dashboard/profile");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user