From 2f312fed11e7b2e1fac6a243a6dcffd09d11ed64 Mon Sep 17 00:00:00 2001 From: millianlmx Date: Sat, 11 Jul 2026 23:23:02 +0200 Subject: [PATCH] revert: restore admin-web/next.config.ts to 29caf1a --- admin-web/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-web/next.config.ts b/admin-web/next.config.ts index 68a6c64..e9ffa30 100644 --- a/admin-web/next.config.ts +++ b/admin-web/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: "standalone", + /* config options here */ }; export default nextConfig;