From d8b78ec385d7ce3dbee49c3709ffd5f3728240fb Mon Sep 17 00:00:00 2001 From: Todd Date: Sat, 2 May 2026 13:16:39 -0400 Subject: [PATCH] Next.js change --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index c2b4ff6..0e88cdc 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', /* config options here */ allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'], };