diff --git a/next.config.js b/next.config.js index e506b1f..5a5b0cb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,12 +1,10 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, -} - -module.exports = { images: { domains: ["storage.googleapis.com"] }, - nextConfig, + swcMinify: true, } + +module.exports = nextConfig \ No newline at end of file