This commit is contained in:
tuna2134
2025-04-29 03:52:28 +00:00
6 changed files with 55 additions and 10 deletions

View File

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