diff --git a/next.config.ts b/next.config.ts index 8dd357b..8877200 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,7 +4,13 @@ const nextConfig: NextConfig = { output: "standalone", serverExternalPackages: ['lighthouse', 'chrome-launcher'], outputFileTracingIncludes: { - '/api/insight': ['./node_modules/lighthouse/**/*'], + '/api/insight': [ + './node_modules/lighthouse/**/*', + './node_modules/axe-core/**/*', + './node_modules/js-library-detector/**/*', + './node_modules/lighthouse-logger/**/*', + './node_modules/puppeteer-core/**/*' + ], }, };