diff --git a/next.config.js b/next.config.js index deec972..2b00ce3 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,7 @@ const { withSentryConfig } = require('@sentry/nextjs'); /** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', + compress: false, images: { domains: ['127.0.0.1', 'localhost', 'api.houston.center'], },