From e5e75167f046b90f2a4a7e8f7196b22a396241f1 Mon Sep 17 00:00:00 2001 From: Mathieu Fort Date: Wed, 27 May 2026 10:42:06 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20supprimer=20publicPath=20override,=20lai?= =?UTF-8?q?sser=20@imgly=20utiliser=20staticimgly.com=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/bgRemover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bgRemover.js b/js/bgRemover.js index 10b3bb2..3b53d06 100644 --- a/js/bgRemover.js +++ b/js/bgRemover.js @@ -29,7 +29,7 @@ export async function removeBackground(blob, onProgress) { // Détourage IA → PNG avec transparence const pngBlob = await removeBg(blob, { - publicPath: CDN, + // publicPath omis → utilise le CDN par défaut de img.ly (staticimgly.com) output: { format: 'image/png', type: 'foreground',