From fa68bbb175a160c7fcb14473b297c1d45a41d2c9 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 28 Feb 2026 01:10:26 +0100 Subject: [PATCH] Set standalone build --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index b88b134..68a6c64 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - + output: "standalone", }; export default nextConfig;