From ebb2d8a2abf9c4ee212e43044971ba132ad67479 Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Sat, 22 Nov 2025 23:46:31 +1300 Subject: [PATCH] Docker support --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index d8499b0..608f1be 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - /*output: "standalone",*/ + output: "standalone", }; export default nextConfig;