From 102c0f35d05e1cc2ad0ae781bd56ce5626a4b2ed Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 25 Mar 2026 15:02:03 +0100 Subject: [PATCH] make it standalone --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 886e38f..a9c4c25 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: "standalone", images: { remotePatterns: [ {