From 6340a5e519f369b716164428ed0112a5ada3a1fc Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Wed, 10 Dec 2025 18:09:10 +0700 Subject: [PATCH] fix: export dynamic --- src/app/closing/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/closing/page.tsx b/src/app/closing/page.tsx index acaa3ee8..6c5896c9 100644 --- a/src/app/closing/page.tsx +++ b/src/app/closing/page.tsx @@ -8,4 +8,6 @@ const Closing = () => { ); }; +export const dynamic = 'force-static'; + export default Closing;