diff --git a/next.config.ts b/next.config.ts index 9271192..1df80fa 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,7 +9,7 @@ const nextConfig: NextConfig = { pathname: '/**' }, ], - unoptimized: false, + unoptimized: true, }, webpack(config) { config.module.rules.push({