From 39f90dbe5568a82ea25ab7606f30dc6f06255d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 14 May 2024 20:21:08 +0200 Subject: [PATCH] forgot standalone again... --- patches/saleor-app-payment-authorize.net/next.config.mjs.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/saleor-app-payment-authorize.net/next.config.mjs.patch b/patches/saleor-app-payment-authorize.net/next.config.mjs.patch index 3e5d0ae..82bbbb5 100644 --- a/patches/saleor-app-payment-authorize.net/next.config.mjs.patch +++ b/patches/saleor-app-payment-authorize.net/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) {