fix: downgrade para Next.js 15 (estável com middleware)

This commit is contained in:
Erik
2025-11-27 12:27:56 -03:00
parent af9c3166b4
commit 8aa4aacd25
3 changed files with 321 additions and 863 deletions

View File

@@ -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;