Update next.config.ts

This commit is contained in:
tuna2134@コマリン親衛隊
2025-04-28 13:23:23 +09:00
committed by GitHub
parent 65ba0bd083
commit 7b9d1b172e

View File

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