From 25b503c466c11f680758e57c2aee73179424ae82 Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Wed, 2 Jul 2025 23:24:53 +0700 Subject: [PATCH] tryna standalone build --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e9ffa30..bff4933 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;