From 28358ab2fcd9626cb020bae22a2e7b791ec03e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 14 May 2024 20:19:14 +0200 Subject: [PATCH] forgot standalone output --- patches/saleor-app-payment-klarna/next.config.mjs.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/saleor-app-payment-klarna/next.config.mjs.patch b/patches/saleor-app-payment-klarna/next.config.mjs.patch index 3e5d0ae..82bbbb5 100644 --- a/patches/saleor-app-payment-klarna/next.config.mjs.patch +++ b/patches/saleor-app-payment-klarna/next.config.mjs.patch @@ -9,6 +9,7 @@ index f8dd123..38717b1 100644 + eslint: { + ignoreDuringBuilds: true + }, ++ output: "standalone", reactStrictMode: true, /** @param { import("webpack").Configuration } config */ webpack(config) {