From 0b763ae9f464c770e5df90066432f1223eee8b9e Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Fri, 29 May 2026 11:36:05 +0200 Subject: [PATCH] Fix TipTap loading: use esm.sh instead of non-existent UMD builds TipTap 2.x is ESM-only, no UMD on CDN. Use esm.sh to serve ES modules from npm, expose as window globals. Co-Authored-By: Claude Opus 4.6 --- public/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index d443296..a883da5 100644 --- a/public/index.html +++ b/public/index.html @@ -6,8 +6,13 @@ Tableau de bord — RdB - - +