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'], };