diff options
Diffstat (limited to 'storefront/next.config.js')
| -rw-r--r-- | storefront/next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storefront/next.config.js b/storefront/next.config.js index 255e46c..304baa3 100644 --- a/storefront/next.config.js +++ b/storefront/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
+ output: "standalone",
images: {
domains: ["localhost", "medusa-public-images.s3.eu-west-1.amazonaws.com"],
},
|
