This commit is contained in:
Biqoz
2026-01-29 01:23:53 +01:00
parent 253ad0498b
commit 4f9067f69d

View File

@@ -7,6 +7,8 @@ import { type Configuration } from "webpack";
const nextConfig: NextConfig = {
// ... autres configurations
turbopack: {},
webpack: (config: Configuration, { isServer }: { isServer: boolean }) => {
// ---- DÉBUT DE LA CORRECTION ----