diff --git a/view-user/next.config.js b/view-user/next.config.js index ac4b7d3..08cc2a3 100755 --- a/view-user/next.config.js +++ b/view-user/next.config.js @@ -11,12 +11,13 @@ const nextConfig = { defaultLocale: "ja", }, images: { + domains: ['minio'], remotePatterns: [ { protocol: "http", hostname: "minio", port: "9000", - pathname: "/**", + pathname: "bingo/**", }, { protocol: "https",