diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f54068e..42cc313 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,6 +9,8 @@ import '@mantine/notifications/styles.css'; import { Lato } from "next/font/google"; import { Toaster } from 'react-hot-toast'; +export const dynamic = 'force-dynamic'; + export const metadata = { title: "SISTEM DESA MANDIRI", description: "I have followed setup instructions carefully",