feat: Configure Next.js for standalone output, add Nixpacks deployment configuration, and disable build telemetry.

This commit is contained in:
2026-03-02 14:22:43 +01:00
parent 96e3dd15ed
commit 897e7a126b
4 changed files with 36 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
ignoreBuildErrors: true,
},
output: "standalone",
};
export default nextConfig;