diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-18 23:18:36 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-18 23:18:36 +0100 |
| commit | e0c9c32c60b67dc34a18f5a93209393e7abc8660 (patch) | |
| tree | 73ce807582f2b85c377537fa8a58cd5ac59ce4c5 /storefront/next.config.js | |
| parent | e01100156ffddfb4975e1aa7518744c2f0e3801a (diff) | |
docs: ajoute la doc et les commandes pour corriger les erreurs Docker
- met à jour INSTALLATION.md
- ajuste le Dockerfile et la config Next.js
- ajoute le dossier public (gitkeep)
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"],
},
|
