From 59be2519b44f1758447a8f22a2bf04e65e6b89ad Mon Sep 17 00:00:00 2001 From: vidane Date: Sat, 2 May 2026 17:39:24 -0400 Subject: [PATCH] Update next.config.ts --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e9ffa30..225e495 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: 'standalone', }; export default nextConfig;