import type { NextConfig } from 'next'; const nextConfig: NextConfig = { outputFileTracingRoot: __dirname, }; export default nextConfig;