From 0e20bfa8e7e0b077ded4c5cad226119cd83f958a Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Mon, 30 Jan 2023 09:01:42 -0800 Subject: [PATCH] Force contact us dynamic. --- src/app/(main)/contact-us/page.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(main)/contact-us/page.jsx b/src/app/(main)/contact-us/page.jsx index d14b394..964c7fd 100644 --- a/src/app/(main)/contact-us/page.jsx +++ b/src/app/(main)/contact-us/page.jsx @@ -1,3 +1,5 @@ +export const dynamic = 'force-dynamic' + import { redirect } from 'next/navigation'; import nodemailer from 'nodemailer'; import sanitizeHtml from 'sanitize-html';