260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -3,13 +3,9 @@
|
||||
// Force dynamic rendering for all pages under (auth) route group.
|
||||
// QNAP overlayfs cannot handle the .segments/!<base64> directories
|
||||
// that Next.js 16 creates during static page generation.
|
||||
export const dynamic = "force-dynamic";
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default function AuthLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
export default function AuthLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="flex min-h-screen w-full items-center justify-center bg-muted/40 p-4">
|
||||
{/* Container หลักจัดกึ่งกลาง */}
|
||||
|
||||
Reference in New Issue
Block a user