From 5113694da2bff321c0d9b239aa68624bdd87b396 Mon Sep 17 00:00:00 2001 From: Ronniie Date: Thu, 2 Oct 2025 01:06:23 +0000 Subject: [PATCH] Update next.config.ts --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index e9ffa30..55238ac 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: 'standalone', }; export default nextConfig;