From bb1505a463e0bc14921eaca6c58363eedebd2d24 Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Mon, 11 Aug 2025 02:05:52 +0200 Subject: [PATCH] standalone next build --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e9ffa30..68a6c64 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: "standalone", }; export default nextConfig;