From 0b26a61f90a8b2a81a86eabcf2300bae5b9ecc40 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Tue, 9 Jun 2026 12:09:58 +0200 Subject: [PATCH] fix: import map onnxruntime-web pour @imgly/background-removal CDN --- src/app/layout.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2e5ac88..b04c6da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,6 +13,22 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( + + {/* Import map requis par @imgly/background-removal chargé depuis CDN */} +