chore: standardize security and quality foundations
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { redirect } from 'next/navigation'
|
||||
import MyRequests from './MyRequests'
|
||||
import { redirect } from "next/navigation";
|
||||
import MyRequests from "./MyRequests";
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function HomePage() {
|
||||
if (process.env.MAGENT_COMING_SOON === 'true') redirect('/coming-soon')
|
||||
return <MyRequests />
|
||||
if (process.env.MAGENT_COMING_SOON === "true") redirect("/coming-soon");
|
||||
return <MyRequests />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user