feat: update Next.js configuration to enable standalone output for improved deployment

This commit is contained in:
Julien Froidefond
2025-11-29 12:15:19 +01:00
parent 1f666713e8
commit b3157fffbd
7 changed files with 139 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;