saleor-dockerize-all-apps/patches/saleor-app-abandoned-checkouts/next.config.js.patch

11 lines
250 B
Diff
Raw Normal View History

2024-05-14 13:38:29 +00:00
diff --git a/next.config.js b/next.config.js
index 3dd7ef1..fd2a201 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
+ output: "standalone",
reactStrictMode: true,
};