From 09a949092c59856962e4a7d132bc5a5e76fe5e55 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Sun, 18 Jan 2026 20:32:59 +0100 Subject: Initial commit: Medusa Backend + storefront + config --- storefront/next.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 storefront/next.config.js (limited to 'storefront/next.config.js') diff --git a/storefront/next.config.js b/storefront/next.config.js new file mode 100644 index 0000000..255e46c --- /dev/null +++ b/storefront/next.config.js @@ -0,0 +1,10 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + reactStrictMode: true, + images: { + domains: ["localhost", "medusa-public-images.s3.eu-west-1.amazonaws.com"], + }, +} + +module.exports = nextConfig + -- cgit v1.2.3