fix: remove standalone output (nixpacks handles its own build)

This commit is contained in:
Forge
2026-03-25 08:49:22 +08:00
parent 56482bf66a
commit e79b74e0bc

View File

@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
const nextConfig = {};
export default nextConfig;