From 3f77a3bff22279aaf49c1e9bcd639011a4d797b5 Mon Sep 17 00:00:00 2001 From: AV77web Date: Mon, 25 May 2026 11:31:47 +0200 Subject: [PATCH] modificato il file next.config.mjs --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 4678774..608f1be 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + output: "standalone", +}; export default nextConfig;