diff --git a/next/next.config.mjs b/next/next.config.mjs index 0105cd5..9e0d20a 100644 --- a/next/next.config.mjs +++ b/next/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - remotePatterns: [{ hostname: "localhost", port: "1337" }], + remotePatterns: [{ hostname: process.env.IMAGE_HOSTNAME || "localhost" }], }, pageExtensions: ["ts", "tsx"], async redirects() {