This commit is contained in:
tuna2134
2026-05-27 12:33:51 +09:00
parent 0784d78f8c
commit 1f0c8a3333

View File

@@ -5,4 +5,8 @@ const nextConfig: NextConfig = {
reactCompiler: true,
};
if (process.env.OUTPUT === "standalone") {
nextConfig.output = "standalone";
}
export default nextConfig;