From d088c8e5b284975baf9438ceb4501b2cde282b37 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 12 Mar 2025 08:56:47 +0100 Subject: [PATCH] build(copy-dist): fix path to excalidraw fonts --- bin/copy-dist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 12d4374ec..473896507 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -68,7 +68,7 @@ try { ]); const nodeModulesFolder = new Set([ - "node_modules/@excalidraw/excalidraw/dist/fonts/", + "node_modules/@excalidraw/excalidraw/dist/prod/fonts/", "node_modules/katex/dist/", "node_modules/dayjs/", "node_modules/boxicons/css/",