diff --git a/apps/web/src/app/(dashboard)/dev-settings/smtp/page.tsx b/apps/web/src/app/(dashboard)/dev-settings/smtp/page.tsx index 59b61e0..c05c4b1 100644 --- a/apps/web/src/app/(dashboard)/dev-settings/smtp/page.tsx +++ b/apps/web/src/app/(dashboard)/dev-settings/smtp/page.tsx @@ -9,6 +9,8 @@ import { import { TextWithCopyButton } from "@unsend/ui/src/text-with-copy"; import { env } from "~/env"; +export const dynamic = "force-dynamic"; + export default function ExampleCard() { const host = env.SMTP_HOST; const user = env.SMTP_USER;