feat: Configure Next.js for standalone output, add Nixpacks deployment configuration, and disable build telemetry.
This commit is contained in:
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
|
||||
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user