fix: downgrade para Next.js 15 (estável com middleware)
This commit is contained in:
@@ -11,12 +11,6 @@ const nextConfig: NextConfig = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
// Desabilitar Turbopack no build (bug com middleware + standalone)
|
||||
experimental: {
|
||||
turbo: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user