diff --git a/next.config.ts b/next.config.ts index 59279e1..2d45f54 100644 --- a/next.config.ts +++ b/next.config.ts @@ -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 ----