mirror of https://github.com/kortix-ai/suna.git
deletye this mf
This commit is contained in:
parent
1c9bb5e817
commit
8f20c9eef1
|
@ -1,12 +0,0 @@
|
||||||
import { redirect } from 'next/navigation';
|
|
||||||
|
|
||||||
// Set all dynamic options to prevent prerendering
|
|
||||||
// export const dynamic = 'force-dynamic';
|
|
||||||
// export const dynamicParams = true;
|
|
||||||
// export const revalidate = 0;
|
|
||||||
// export const fetchCache = 'force-no-store';
|
|
||||||
// export const runtime = 'edge';
|
|
||||||
|
|
||||||
export default function PersonalAccountPage() {
|
|
||||||
redirect('/dashboard');
|
|
||||||
}
|
|
Loading…
Reference in New Issue