From b72fbc7ae8cd441e4cab0ad8cda233dc69328f41 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Mon, 13 Apr 2026 00:58:10 +0300 Subject: [PATCH] fix: add standalone output for Docker deployment --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 8d6cd13..126c66b 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: [ {