fixed bug
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { redirect } from "next/navigation";
|
||||
const prefix = process.env.NODE_ENV === "production" ? "/v3" : "";
|
||||
|
||||
function Page() {
|
||||
redirect(prefix + "/dashboard", "replace");
|
||||
redirect("/dashboard", "replace");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user