From ec606e3dd992afff6166f2fa367bd59d25c31be8 Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Mon, 8 Dec 2025 22:19:18 +0100 Subject: [PATCH] fix - export pdf des slides --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76d1098..84f4aee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "preview": "marp $npm_config_src --preview", - "pdf": "marp $npm_config_src --pdf", + "pdf": "marp $npm_config_src --pdf --allow-local-files", "build": "marp $npm_config_src" }, "dependencies": {