diff --git a/next.config.ts b/next.config.ts index e7cccc1..658404a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,8 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - experimental: { - outputFileTracingIgnores: ["**/test/**", "**/pdf-parse/test/**"], - }, -}; +const nextConfig = {}; module.exports = nextConfig;