From 4b1e1aecc5421e1eaaf20122484f85e44f769e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 16 Apr 2026 22:31:08 +0400 Subject: [PATCH] fix: turbopack error --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index b959a1a..2909749 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ const withPWA = require('next-pwa')({ }) module.exports = (withPWA({ + turbopack: {}, webpack: config => { config.module.rules.push({ test: /\.svg$/,