From d0f26c109e8b99cd827a228e96e23424c6c2d067 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 8 Sep 2024 22:20:17 +0900 Subject: [PATCH] Disable html option for sandbox --- marp.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/marp.config.mjs b/marp.config.mjs index 27aee53b..fe0d90b5 100644 --- a/marp.config.mjs +++ b/marp.config.mjs @@ -7,7 +7,6 @@ export default { path.dirname(new URL(import.meta.url).pathname), './sandbox', ), - html: true, options: { minifyCSS: false, },